I have fixed by updating postcss.config.js file
if still not work then delete node_modules and run npm i
module.exports = { plugins: { "@tailwindcss/postcss": {}, // Use the dedicated PostCSS plugin autoprefixer: {}, }, };