JSFiddle - React, Tailwind, and code Playground

HTML

<div id="bottom-stuff">

            <div id="bottom">
                             // DIV stuff
            </div>

        </div>

CSS

#bottom-stuff {
    padding: 0px 30px 30px 30px;
    margin-left:150px;
    position: relative;
}

#bottom{

    position: absolute; 
    top:400px; 
}