JSFiddle - React, Tailwind, and code Playground

by holden321

HTML

<div></div>

CSS

div {
    width:300px;height:300px;
    background-image: url(http://goo.gl/eiXCsf), url(http://goo.gl/Wwauar);
    background-position: -150px 0, 150px 0;
    background-repeat: no-repeat;
}