JSFiddle - React, Tailwind, and code Playground

by Richard Hunter

HTML

<div class="foo">Hello World</div>

CSS

.foo {
  color: Highlight;
  background-color: HighlightText;
  
}