JSFiddle - React, Tailwind, and code Playground

by Joseph Tate

HTML

<h3 class="history-header">
  hello
</h3>

CSS

h3 .history-header {
  background: red;
}