## Tailwind
- Copy the `tailwind.css` file and the `package.json` file to your project root.
- Run `npm install` to install the necessary dependencies.
- Run `npx tailwindcss -i ./tailwind.css -o ./pkg/tailwind.css --watch` to generate the Tailwind CSS file.