JSFiddle - React, Tailwind, and code Playground
HTML
<div id="wrapper">
Inhalt des Containers
</div>
CSS
#wrapper {
background-image: url(http://lorempixel.com/output/nature-q-c-200-100-8.jpg);
color: white;
width: 100%;
height: 100%;
}