JSFiddle - React, Tailwind, and code Playground
HTML
<div id="container">
<h1> Why don't touch the bottom?</h1>
</div>
CSS
#container {
height: 100%;
background: #ccc;
}
<div id="container">
<h1> Why don't touch the bottom?</h1>
</div>
#container {
height: 100%;
background: #ccc;
}