JSFiddle - React, Tailwind, and code Playground

by Konstantin Rouda

HTML

<section>
  <h1>Title</h1>
  <p>paragraph text</p>
  <a href="">anchor text</a>
</section>

CSS

SECTION {
  color: cornflowerblue;
}