JSFiddle - React, Tailwind, and code Playground

HTML

<a href="http://www.paragraf.rs" target="_blank"><div class="light"></div></a>
    <h1>hi</h1>

CSS

.light {
    background: url(http://www.ostpl.com/Gallery/web-hosting.jpg) no-repeat;
    margin-left:auto;
    margin-right:auto;
    z-index:1;
    width:763px;
    height:566px;
    border: 1px solid #f00;
    position: relative;
}
h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 48px;
    color: rgba(0,0,0,1);
    position:absolute;
    left: 0;
    top: 0;
    z-index:2;
}