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