JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

.box{
    height: 200px;
    width: 400px;
    background: url("http://www.placecage.com/400/200");
    color:
}