JSFiddle - React, Tailwind, and code Playground
HTML
<del><span>Зачёркнуто</span></del>
CSS
del {
color: red;
}
del>span {
color: gray;
}
<del><span>Зачёркнуто</span></del>
del {
color: red;
}
del>span {
color: gray;
}