JSFiddle - React, Tailwind, and code Playground

HTML

<code><<!-- test -->span class="otherCode">Bar</span></code>

CSS

.otherCode {
    color: blue;
}