JSFiddle - React, Tailwind, and code Playground

by brian

HTML

<div class="bg-1">Lorem ipsum.</div>
<br>
<div class="bg-2">Lorem ipsum.</div>

CSS

div {
    width: 200px;
    background: url(http://www.placehold.it/200x150&text=background+image) no-repeat;
}

.bg-2 {
    height: 150px;
}