Setting up Tailwind CSS in React and Building Image Gallery
Hi Folks,
I'm going to share how to set up Tailwind CSS in React App and show a simple example.
Setting up Create React App
First, we are going to create a React app and run the server by
npx create-react-app react-tailwind
cd react-tailwind
npm sta...
ramya.hashnode.dev2 min read