JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<span class='c1'>Home</span>
<sup id='id1'>[2]</sup>
</div>
CSS
.c1
{
text-decoration:underline;
}
#id1
{
text-decoration:none;
}
<div>
<span class='c1'>Home</span>
<sup id='id1'>[2]</sup>
</div>
.c1
{
text-decoration:underline;
}
#id1
{
text-decoration:none;
}