JSFiddle - React, Tailwind, and code Playground
HTML
<div id="wrapper">
<div id="page-wrapper"></div>
</div>
CSS
#wrapper {
width: 100%;
background-color: #2f4050;
min-height: 100%;
position: relative;
}
#page-wrapper {
padding: 0 15px;
min-height: 100%;
background-color: white;
height:100%;
}