Create React App in Current Folder with tailwind css

PHOTO EMBED

Thu Apr 20 2023 06:28:19 GMT+0000 (Coordinated Universal Time)

Saved by @MuhammadAhmad #spreadoperator

npx create-react-app .

I have to write dot so that i install dependencies in cureent folder and then you can follow 
Docs.

Install this dependencies as well 

npm i react-router-dom@6.4.2 react-icons

And then make components folder, pages folder, Assests Folder.

And then Write code for routers in App.js
content_copyCOPY