JSFiddle - React, Tailwind, and code Playground

by khamer

HTML

<h1>
  Hello
  <h2>There</h2>
</h1>

CSS

h1 {
  color: blue;
}