JSFiddle - React, Tailwind, and code Playground

by BurpmanJunior

HTML

<div class="stretch">.stretch</div>

Something below

CSS

html,body{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: 11px;
}

.stretch{
    background-color: #db5757;
    color: #fff;
    box-sizing: border-box;
    padding: 25px;
    min-height: 100vh;
    margin-bottom: 25px;
}