JSFiddle - React, Tailwind, and code Playground

by Alex Slepenkov

HTML

<div>
Test
</div>
<div>
Test
</div>

CSS

html, body{
	margin:0;
	height: 100%;
}
div{
  min-height:50%;
  width:200px;
  border:1px solid red;
  display:block;
}