JSFiddle - React, Tailwind, and code Playground
by Andrew Dunai
HTML
This has a thick <span class="overline">overline</span>.
CSS
.overline {
text-decoration: overline;
text-decoration-thickness: 2px;
}
by Andrew Dunai
This has a thick <span class="overline">overline</span>.
.overline {
text-decoration: overline;
text-decoration-thickness: 2px;
}