JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<head>
<title></title>
</head>
<body id="page">

    <p>TEST - Bild aus Google Bildersuche</p>

</body>
</html>

CSS

#page {
    background-image:URL('http://www.arndt-sowi.de/webquest/fckeditor/userfiles/Wasserfall.jpg');
    background-position:center;
    background-repeat:no-repeat;
}

#page p {
    color:#fff;
    font-size:1.5em;
}