JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#">
This is underlined
<span>
This isn't.
</span>
</a>
CSS
a span{
text-decoration:none;
display:inline-block;
}
<a href="#">
This is underlined
<span>
This isn't.
</span>
</a>
a span{
text-decoration:none;
display:inline-block;
}