Note that you can run the command: npm install -D @tailwindcss/typography and then add the plugin in your tailwind.config.ts file:
// eslint-disable-next-line @typescript-eslint/no-require-imports plugins: [require("tailwindcss-animate"), require('@tailwindcss/typography'),],