Remix.run Logo
ncphillips 2 hours ago

It did for sure. And Tailwind absolutely doesn’t need to be done this way. I think this is a correlation-not-causation issue

TonyAlicea10 14 minutes ago | parent [-]

I disagree. With Tailwind you think in nested classes which ergonomically encourages “I need a div for this class”.

Very similar in to early React where every component had to return a single real parent element (now you can return a fragment) so people chose div.