JSFiddle - React, Tailwind, and code Playground

by mrchief

HTML

<span class='c1'>Home<sup id='id1'>[2]</sup></span>

CSS

.c1
{
    text-decoration:underline;
}
#id1
{
    text-decoration:line-through !important;
}