JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    margin: 60px auto;
    width: 350px;
    height: 250px;
    background-color: #ddd;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    background-image: url('http://placekitten.com/g/100/100');
    background-repeat: no-repeat;

    background-position: center;    
}