JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container"></div>
CSS
.container {
width: 150px;
height: 100px;
background-image: url("http://i.stack.imgur.com/2OrtT.jpg");
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}