JSFiddle - React, Tailwind, and code Playground

by Raloynner

HTML

<h1>Lorem ipsum.</h1>
<h2>Lorem ipsum dolor.</h2>

CSS

body{
  font-size: 16px;
}

h1{
  font-size: 2em;
}