npm create vite@latest

npm i

npm run dev

install tailwindcss from its documentation on their website for react vite project https://tailwindcss.com/docs/guides/vite add this settings in file association of vscode settings: *.css -> tailwind.css and also turn on editor quick suggestion for strings on in the settings then remove app.css file

install this icon package npm i lucide-react