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