JSFiddle - React, Tailwind, and code Playground

HTML

<div id="div1"></div>
<div id="div2"></div>

CSS

#div1 {
    float:left;
    width:200px;
    height:200px;
    background:url(http://i35.tinypic.com/4tlkci.jpg) fixed no-repeat;
    border:#000 solid 1px;
}
#div2 {
    float:left;
    width:200px;
    height:200px;
    background:url(http://i35.tinypic.com/4tlkci.jpg) fixed no-repeat;
    border:#000 solid 1px;
    margin-left:10px;
}