JSFiddle - React, Tailwind, and code Playground
HTML
<div id="container">
<p>Somt text to screw with me</p>
</div>
CSS
#container {
position: fixed;
left: 10px;
top: 30px;
width: 100px;
height: 50px;
background: red;
background-size: cover;
background-repeat: none;
background: url(http://lorempixel.com/420/255);
}
p {
color: white;
}