JSFiddle - React, Tailwind, and code Playground

by Craig Haywood

HTML

<span class="doubleUnderline">Test</span>

CSS

.doubleUnderline {
    text-decoration:underline;
    border-bottom: 3px solid #000;
}