Start in your command line the css compile watch as described below and start your live reload server. For example the Live Server extention for VSCode. Live Server extention Link.
npx tailwindcss -i ./src/main.css -o ./dist/main.css --watch
npx tailwindcss -o ./dist/main.css --minify