View file File name : tailwind.config.js Content :/** @type {import('tailwindcss').Config} */ module.exports = { content: ['*.html'], theme: { extend: {}, }, plugins: [], }