// tailwind.config.js module.exports = { // ... plugins: [ // ... require('@tailwindcss/typography'), ], }