JSFiddle - React, Tailwind, and code Playground

by Liam Talbot

HTML

This is <span class=clozed>text</span>.

CSS

.clozed {
    border-bottom:1px solid black;
    color:transparent;
}
.clozed::selection {
    color: transparent; 
}