How to install Tailwind CSS

Install Tailwind CSS with Create React App It is advisable to use Vite, Next.js, Remix or Parcel instead of Create React App in the case of new projects. 1. Create your project; Using create-react-app, to create a new React project if you don't have one already. npx create-react-app my-project cd my-project 2. Install [...]