i just had to install @tailwindcss/postcss as dependency and updated my postcss.config.js to
module.exports = { plugins: { "@tailwindcss/postcss": {}, autoprefixer: {}, },
}
and the error disappeared