JSFiddle - React, Tailwind, and code Playground
HTML
<div class="contain"></div>
CSS
body {
background:gray;
}
.contain {
width:200px;
height:200px;
background:url(http://upload.wikimedia.org/wikipedia/commons/6/6e/The_sun1.jpg) -175px -175px;
border:5px solid white;
box-shadow: inset 0 0 20px #444;
}