1/** @type {import('tailwindcss').Config} */ 2module.exports = { 3 content: ["./**/*.html", "./**/*.templ", "./**/*.go"], 4};