JSFiddle - React, Tailwind, and code Playground

by Viach B

HTML

<pre>
  tra
  te
  ta
</pre>

CSS

pre {
  color:red;
}

pre {
    all: initial;
    * {
        all: unset;
    }
}