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;
}
<span>Your text here</span>
span:after,
span:before{
content:"\00a0\00a0\00a0\00a0\00a0";
text-decoration:line-through;
}