I have been incorporating Tailwind CSS code in my React projects, mostly within a CSS file using @apply. Now I am interested in transitioning to simple HTML with the Tailwind CDN. How can I make this switch seamlessly?
Here is an example of what I currently have:
Additionally, here are the codesandbox links for the React and HTML files:
And here is how I want it to look after switching to Tailwind with HTML design:
Tailwind with HTML design preview
If anyone can provide assistance on making this transition, it would be greatly appreciated.