Setting up tailwind css the easiest way possible:
$ mkdir simple-tailwind
$ cd simple-tailwind
# We'll put our html templates inside templates/parts
# General config will go in the base of the templates folder
$ mkdir -p templates/parts
$ mkdir static