Simple login page using TailwindCSS

In this project I created custom CSS classes in src/main.css

I run via VS Code throught Live Server plugin

Command to generate build:

npx tailwindcss-cli@latest build ./src/main.css -o ./src/dist/tailwind.css

How to execute:

Clone this repository and run npm install