JSFiddle - React, Tailwind, and code Playground

by phloe

HTML

<div class="filler"></div>

<div class="filler"></div>
<div class="filler"></div>
<div class="filler"></div>
<button type="button">This does nothing</button>
<div class="filler"></div>
<div class="filler"></div>

CSS

.filler {
	margin: 20px;
	min-height: 33vh;
	background-color: gray;
}