JSFiddle - React, Tailwind, and code Playground
HTML
<div id="content">
<div id="welcome">
this is welcome
</div>
</div>
CSS
#content{
background:url('../images/bg.jpg') no-repeat left;
width:100%;
height:811px;
overflow:hidden;
border: 1px solid;
}
#welcome {
border: 1px solid;
background:#fff;
width:600px;
height:50px;
color:#000;
margin-top:200px;
}