JSFiddle - React, Tailwind, and code Playground

HTML

<span>Your text here</span>​

CSS

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