What is your tailwind workflow?
If you work with tailwind, do you use something special to work with it in Neovim?
I have LSP setup and it's fantastic, but the problem face is with repeated templates. I know tailwind is basically built for reusable components so you don't have to rewrite classes, but I don't want to build a component for 3 small repeated divs with 5 different classes (or should I?)
In such cases, I find myself having to manually change classes on all 3 divs.
Tips?