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; }
<a href="#">No underline here!</a>
/* This CSS applies to all links on the page. */
a { text-decoration: none; }