Hacker News new | ask | show | jobs
by gr4vityWall 625 days ago
> Nobody prevents you to have your style directly in the HTML files (or in the JSX components, AKA CSS-in-js).

Why not just use Tailwind in your JSX components?

1 comments

> Why not just use Tailwind in your JSX components?

That just is out of place here: using tailwind means using inline style + having a CSS stylesheet (tailwind's stylesheet) at the same time. It's pure overhead.

I don't know, feels more natural to me. Tailwind was a godsend.