Create a React Project with TypeScript
For NextJS
1npx create-next-app@latest my-app --typescript --tailwindcss
For Vite
Create a Next.js with Create Next App and select the options described below,
1npm create vite@latest my-app -- --template react-ts
Then configure Tailwind CSS in you project by following these docs.