JSFiddle - React, Tailwind, and code Playground
HTML
<div id="theImg">
</div>
CSS
#theImg {
height: 200px;
width: 200px;
display: block;
background-image: url('https://nerdist.com/wp-content/uploads/2017/07/Rick-and-Morty-NNTB.jpg');
background-position: bottom left;
}