module.exports = { content: [ './src/**/*.rs', // for Rust files containing HTML './index.html', // the main HTML file (if applicable) ], theme: { extend: {}, }, plugins: [], };