Setting up TailwindCSS with React + Vite
Overview
In this blog, I will be going to show you how to set up tailwindcss in react js + vite project. Follow the step-by-step instruction.
Step 1: Create a React Js project with Vite js
Create an empty react js project with vite js.
$ npm create v...
subratjena.hashnode.dev2 min read