First download the dependencies using yarn add command
yarn add
To run the project run the npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch
npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch
And start the live server