JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#" id="no-underline">No underline here!</a>
<a href="#">But this one doesn't have the id, so it is!</a>
CSS
/* This CSS applies to only the links with an id="no-underline" attribute. */
#no-underline { text-decoration: none; }