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: 100% 100%;
}