JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#"><span>Home</span><span id="c1">[2]</span></a>

CSS

.c1
{
    text-decoration:none;
}

a:hover, a:link { text-decoration:underline; }