JSFiddle - React, Tailwind, and code Playground

by maritavindedal

HTML

<section>
  <h1>
  A heading
  </h1>
  <p>
  Some content
  </p>
</section>
<section>
  <h2>
  Another heading
  </h2>
  <p>
  Different content
  </p>
</section>
<div>
<h2>
A third heading
</h2>
<p>
Some content placed in a div
</p>
</div>