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;
}