Hacker News new | ask | show | jobs
by troupo 412 days ago
> Reading HTML should be about content and meaning, not knowing that "pl-16 pr-8 bg-olive-500 text-gray-700" means "this is probably a card header".

Unlike vanilla CSS where you need to look at browser dev tools and computed styles to figure out why something is styled this way. Because of course it's not styled just by the `.jus-one__more--modifier`.

And Tailwind is mostly there for people developing sites/apps, not reading final HTML. So all that is usually contained in the specific component.