I just finished migrating App-o-Mat from Bootstrap to Tailwind. Here are some things I recommend if you are trying something similar
- Don’t try to keep the same markup. It’s likely you can make it a lot simpler.
- If you need icons, use Heroicons.
- If you use
@apply
, use it to style tags or to make more utilities. - Generally, Tailwind seems mature enough that what you think of as an edge-case is covered somehow.
The next thing I will try is using it in a React site (with TailwindUI components)