JSFiddle - React, Tailwind, and code Playground
by skip405
HTML
<div class="test"></div>
CSS
.test {
width: 250px;
height: 150px;
background: url("http://placehold.it/100x100") no-repeat left top;
background-size: cover;
}
by skip405
<div class="test"></div>
.test {
width: 250px;
height: 150px;
background: url("http://placehold.it/100x100") no-repeat left top;
background-size: cover;
}