I'm observing recurring patterns in Tailwind-only users: they learn a lot of non-transferable and bad habits, especially when the codebase scales up: - Engineers never learn to properly use developer tools to debug CSS - Components get gigantic bloated piles of classes that are not human readable - Those gigantic piles of classes get logic in them, that often would have been easier to write as a CSS selector. Tailwin…
Tailwind classes are literally vanilla CSS classes. You can copy-paste their definitions directly