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