JSFiddle - React, Tailwind, and code Playground

by jamessouth

HTML

<h1>
Headline 1
</h1>

<h2>
Headline 2
</h2>

<h3>
Headline 3
</h3>

<h4>
Headline 4
</h4>

<p>
  I couldn’t tell you whether the attendees were applauding the thinking behind the invention or were, instead, nervously laughing at my audacity for including such an odd and seemingly useless construct. Perhaps I was unwittingly speaking to a room full
  of paid-up owl sanctuary supporters. I don’t know.
</p>

<p>
  The lobotomized owl selector looks like this:
</p>

CSS

* + * {
  margin-top: 1.4em;
}