/** @type {import('tailwindcss').Config} */ module.exports = { content: ['*.html', './src/**/*.rs'], theme: {}, plugins: [] };