Could you please provide details on how did you configure it? In tailwind 4 you only need to do the following. Install the plugin
npm install -D @tailwindcss/typography
enalbe it in global.css
(assuming you are using default next configuration withapp router):
@import "tailwindcss";
@plugin '@tailwindcss/typography';