I am attempting to create the KwizzBit website using Tailwinds CSS and nothing else!
KwizzBit - Recreation Project hosted by Netlify
You can find precompiled versions in the Releases tab.
-
Install Tailwinds
npm install -D tailwindcss
-
Compile the project
npx tailwindscss -o src/build.css --minify
-
Open the index.html file.