JSFiddle - React, Tailwind, and code Playground

by tea4two

HTML

<div class="box">
  
</div>

CSS

.box {
  border: 1px solid #000;
  height: 100px;
  background: url(http://placeimg.com/100/100/any) no-repeat center bottom;
  background-size: cover;
}