JSFiddle - React, Tailwind, and code Playground

by GolezTrol

HTML

<div id="mMid">
    <div id="mBot">
      Content<br>
      Content<br>
      Content<br>
      Content<br>
      Content<br>
      Content<br>
      Content<br>
      Content<br>
      Content<br>
      Content<br>
      Content<br>
    </div>
</div>

CSS

#mBot {
    margin-top: -170px;
    background:url(http://www.expression-web-tutorial.com/imagez/DVD-icon-icon.png) bottom left no-repeat;
    width:  1001px; 
}
#mMid {
    margin-top: 170px;
  background:url(http://homepage.mac.com/davydewit/popacademie/rw_common/themes/blendit/images/header/image1.jpg) top left repeat-y;
    width:1001px;
}