JSFiddle - React, Tailwind, and code Playground
HTML
<div style="background-image:url(http://placekitten.com/100/200)"></div>
<div style="background-image:url(http://placekitten.com/200/100)"></div>
<div style="background-image:url(http://placekitten.com/200/200)"></div>
CSS
div {
width:180px;
height:170px;
border:1px solid grey;
margin:10px;
background-repeat:no-repeat;
background-size:cover;
}