JSFiddle - React, Tailwind, and code Playground

by Palpatim

HTML

<div id="container">
    <p>This is some text to overlay.</p>
</div>

CSS

#container {
    background-image: url(http://imgur.com/elgjxVv.jpg);
    height: 200px;
    width: 200px;
}

p {
    text-align: center;
    color: white;
    padding-top: 100px;
}