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;
}