This is a barebones repo to quickly prototype React components with TypeScript and Tailwind CSS.
Start coding by editing my CodeSandbox repo: https://codesandbox.io/p/github/LukeberryPi/react-tailwind-template/main
Run the following commands:
git clone https://github.com/LukeberryPi/react-tailwind-template
cd react-tailwind-template
npm install
npm run dev