JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrap">
  meow

</div>

CSS

@media (min-width: 769px) {

    .wrap {
        min-height: calc(100vh - 89px);
        background: blue;
        color: white;
    }

    .container {
        width: 80%;
        max-width: 1150px;
        margin: 0 auto;
    }

}