JSFiddle - React, Tailwind, and code Playground

by Richard Hunter

HTML

<div class="bar">
  <div id="3foo">foo</div>
</div>

CSS

.bar  {
  color: red;
}