DEV Community

[Comment from a deleted post]
Collapse
 
diamondback15 profile image
diamondback15 • Edited

That's a great explanation. TailwindCss (w/o @apply) is shortcut that can hurt you on the long run.

I'd go a but further with Components

<S.ChatNotification>
<S.CNLogoWrapper>
<S.CNLogo src='...'>
<S.CNContent>...
...

I use classes or component names as a way to comment and structure my code. Tailwind is great to code as quick as possible and in a hackathon