JSFiddle - React, Tailwind, and code Playground
by David Thomas
HTML
<del>This text has a strike-through<span></span></del>
CSS
del {
text-decoration: none;
position: relative;
}
span {
position: absolute;
left: 0;
right: 0;
top: 45%;
bottom: 35%;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}