Thanks for the answers you all shared. Tailwind I use is v4 itself
I just changed the postcss.config.js file to postcss.config.mjs
and pasted below lines
export default {
plugins: {
"@tailwindcss/postcss": {},
}
}
then executed the npm run dev
command