JSFiddle - React, Tailwind, and code Playground

HTML

<h1>
Hello
</h1>

CSS

h1 {
  color: red;
}