JSFiddle - React, Tailwind, and code Playground
HTML
<div class="box">
<div class="wrap">Some text</div>
</div>
CSS
.box{
background-color: green;
background-image: url('http://farm8.staticflickr.com/7308/12305815623_3d1614042a_n.jpg');
background-repeat: no-repeat;
font-size: 40px;
width: 320px;
height: 200px;
}