JSFiddle - React, Tailwind, and code Playground

by Aziz Natour

HTML

<a href="#">Normal link</a> 
<a href="#" class="test">Test link</a>

CSS

a:not(.test) {
  text-decoration: line-through;
  color: green;
}