JSFiddle - React, Tailwind, and code Playground

by jonahe

HTML

<h1>
hello world
</h1>

CSS

h1 {
  color: yellow;
}