JSFiddle - React, Tailwind, and code Playground
by tea4two
HTML
<div class="box"></div>
CSS
.box {
width: 300px;
height: 300px;
border: 1px solid #ccc;
background-image: url(http://placeimg.com/100/150/any);
background-repeat: no-repeat;
background-size: cover;
background-color: yellow;
background-position: right bottom;
}