DEV Community

Discussion on: Setting up Tailwind CSS v2.0 with Create React App

Collapse
 
mefaba profile image
AW A RE

For those who wants to use React and Tailwind.css. I have been trying to find out solution to this since 5 days. Solution is getting rid of "Create React App". Because CRA limits 3rd party plugin integration and CRA is not crucial for React Development. Well there are way around its problems but it makes whole your codebase ugly and complicated, millions of 3rd party dependencies, disgusting. Instead you can use for example Vite.js, it is an another react project starter, but much cleaner and open to customize configurations and integrating 3rd party plugins.