JSFiddle - React, Tailwind, and code Playground

HTML

<p>Lorem Ipsum</p>

CSS

body {
    background-image : url("http://fancyapps.com/fancybox/demo/1_a.jpg");
    background-repeat: no-repeat;
}
p {
    color: #fff; font-weight: bold; font-size: 36px;
}