This is a responsive React and Tailwind CSS project that I created as a practice. The project uses Create React App (CRA) and tailwindCSS to remove all the unused CSS classes from the production build.
Clone the repository git clone https://github.com/FatemeGhalandari/react-tailwind.git
Install dependencies
npm install
Start the development server
npm start
Open http://localhost:3000 to view it in the browser.