JSFiddle - React, Tailwind, and code Playground

by hongyang1033

HTML

<span> your text </span>

CSS

span:after,
span:before{
    content:"\00a0\00a0\00a0\00a0\00a0";
    text-decoration:line-through;
    text-align: left;
}