JSFiddle - React, Tailwind, and code Playground

HTML

<div id="column">
</div>

CSS

#column{
outline:1px solid red;
position:relative;
height:100%;
    width:30px;
    margin-top:50px;
    margin-left:-15px;
    left: 50%;
    
}

html, body {
height: 100%;
}
#column { /* this is the div you want to fill the window */
min-height: 100%;
}