How about instead of cluttering le HTML with <p class="text-lg font-medium">
just use inline CSS like <p style="font-size:large;font-weight:bold">
? Tailwind et al. outputs tag soups just like inlined CSS, so might as well use style
this and that instead of class
here and there — no need to learn a new framework.