JSFiddle - React, Tailwind, and code Playground
by Joseph Tate
HTML
<h3 class="history-header">
hello
</h3>
CSS
h3 .history-header {
background: red;
}
by Joseph Tate
<h3 class="history-header">
hello
</h3>
h3 .history-header {
background: red;
}