The user seeks guidance on installing Tailwind CSS with Vite using TypeScript. But documentation has vite installation only for reactjs.
Solution:
The follwing command initializes a new Vite project named my-project with the React and TypeScript template.
npm create vite@latest my-project -- --template react-ts