JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <p>Hello</p>
</div>

CSS

body {
    background-image: url(http://forum.tureng.com/members/islim-albums-abstract-picture160-abstract-life-1.jpg);
    background-repeat: no-repeat;
    font-size: 7em;
    color: red;
}
div {
    width: 300px;
    height: 200px;
    border: 50px solid blue;
    text-align: center;
    background-color: transparent;
}