JSFiddle - React, Tailwind, and code Playground
HTML
<code><<!-- test -->span class="otherCode">Bar</span></code>
CSS
.otherCode {
color: blue;
}
<code><<!-- test -->span class="otherCode">Bar</span></code>
.otherCode {
color: blue;
}