JSFiddle - React, Tailwind, and code Playground

by Ulrich Bangert

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%;
}