JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">
    This is underlined
    <span>
        This isn't.
    </span>
</a>

CSS

a span{
    display:inline-block;
    background:#fff;
    line-height:1.1em;
}