JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">No underline here!</a>

CSS

/* This CSS applies to all links on the page. */

a { text-decoration: none; }