JSFiddle - React, Tailwind, and code Playground
HTML
<div id="news_wrapper">
<div id="main"></div>
</div>
CSS
body {
background-color:#c4c4c4;
}
#news_wrapper {
width: 100%;
width: 600px;
height: 100%;
min-height: 800px;
margin: 0 auto;
background-color: #34353A;
overflow: hidden;
}
#main {
background-color: #FFF;
padding: 0 30px 0 28px;
border-radius: 4px;
text-align: left;
color: #494949;
border: 1px solid #d0d1d3;
background-position: center center;
background-repeat: no-repeat;
margin: 0px auto;
margin-top:30px;
width: 150px;
padding: 23px;
min-height: 350px;
height: auto;
}