JSFiddle - React, Tailwind, and code Playground

by totoromaum

HTML

<header>
  <h1>
  header h1
  </h1>
  <h2>
  header h2
  </h2>
</header>
<main>
  <section>
    <h2>
    section h2
    </h2>
  </section>
  <article>
    <h2>
    article h2
    </h2>
  </article>
</main>

CSS

main h2 {
  color: blue;
}