Tailwind Typography plugin
Why Tailwind Typography is Super Useful
How to Use Tailwind Typography
npm install @tailwindcss/typographymodule.exports = {
theme: {
// ...
},
plugins: [
require('@tailwindcss/typography'),
// ...
],
}Last updated