JSFiddle - React, Tailwind, and code Playground

HTML

<del><span>Зачёркнуто</span></del>

CSS

del {
    color: red;
}

del>span {
    color: gray;
}