Javascript – Tailwind color classes not working in <Link> / <NavLink> elements in React
why cant I change the color for the mention elements without using inline styling? I would like to use only tailwind classes instead of inline. index.css: @tailwind base; @tailwind components; @tailwind utilities; :root { font-family: Inter, sans-serif; font-feature-settings: 'liga' 1,…