Step 1 : open two terminal and run these seprately.
--watch src/index.pug --out public --silent
npx tailwindcss -i ./src/tailwind_input.css -o ./public/css/tailwind_output.css --watch
Step 2 : Then using live server extension open
./public/index.html