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