JSFiddle - React, Tailwind, and code Playground

by mbread

HTML

<div class="div" style="width: 400px; height: 30px;">
    &nbsp;
</div>
<div class="div" style="width: 100px; height: 200px;">
    &nbsp;
</div>

CSS

.div {
    border: 1px solid black;
    background-image: url(http://jsfiddle.net/img/logo.png);
    background-color: blue;
    background-size: cover;
    background-position: 50% 50%;
}