JSFiddle - React, Tailwind, and code Playground

by Annemarie Köhler

HTML

<h1>
Welcome
</h1>

<p>
World
</p>

CSS

h1 {
  font-size: 2em; /* 1em = 16px */
  margin-bottom: 1em; /* 1em = 32px */
}

p {
  font-size: 1em; /* 1em = 16px */
  margin-bottom: 1em; /* 1em = 16px */
}