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;
}