JSFiddle - React, Tailwind, and code Playground

HTML

<!-- http://www.flickr.com/photos/munimiraflores/8210441507/ -->
<style>
#d {
    background: border-box url(http://farm9.staticflickr.com/8487/8210441507_26844c9f51_n.jpg) content-box;
    width: 200px;
    height: 200px;
}
</style>
<div id="d"></div>