JSFiddle - React, Tailwind, and code Playground

by sfoster

HTML

<div>
Some content
</div>
<div>
Some content
</div>
<div>
Some content
</div>
<div>
Some content
</div>

CSS

div {
  height: 60vh;
}