JSFiddle - React, Tailwind, and code Playground

by phloe

HTML

<h1>
Hello
</h1>

CSS

h1 {
  background-color: magenta;
  line-height: 40px;
}