After creating config.js file, to start the build tailwind build process use
`npx @tailwindcss/cli -i ./src/input.css -o ./src/output.css --watch`
this will create an output.css file where you will see all the autogenerated css with every changes made in the html or js files.