Hacker News new | ask | show | jobs
by littlestymaar 621 days ago
> 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.

1 comments

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