With TailwindCSS 3.
Make sure to install the dependencies
yarn install
Create a new SSL cert for localhost with mkcert
mkcert localhost
Start the development server on https://localhost:3000
yarn dev
Build the application for production:
yarn build
Checkout the deployment documentation.