module.exports = { content: [ "./index.html", "./*.html", "./pages/*.html", ], theme: { extend: {}, }, plugins: [], }