module.exports = { content: ['./index.html', './src/**/*.{ts,tsx}'], theme: { extend: { colors: { neon: '#39ff14' } } }, plugins: [] }