JSFiddle - React, Tailwind, and code Playground
HTML
<div id="main_content" >
<div id="container">
Some Contents
</div>
</div>
CSS
#main_content {
top: 160px;
left: 160px;
width: 800px;
min-height: 500px;
height: auto;
background-color: #2185C5;
position: relative;
}
#container {
width: 50px;
height: auto;
margin: 0 auto;
padding: 10px;
position: relative;
background-color: red;
}