LetAndrewCook.com is my personal site. I like the idea of having a web presense where I can showcase all my projects.
https://github.com/cookster9/django-htmx-tictactoe
https://tailwindcss.com/docs/installation
Once you install the tailwind cli from pip, run it like this to watch html to create css:
tailwindcss -i ./website/static/website/css/input.css -o ./website/static/website/css/output.css --watch
Minify:
tailwindcss -o ./website/static/website/css/output.css --minify