JSFiddle - React, Tailwind, and code Playground
HTML
<div class="flex"></div>
CSS
html, body {
height: 100%;
}
.flex {
background-color: green;
/*display: flex;*/
}
<div class="flex"></div>
html, body {
height: 100%;
}
.flex {
background-color: green;
/*display: flex;*/
}