JSFiddle - React, Tailwind, and code Playground

by Gaurav Singh

HTML

<div class="image_holder">
    <div class="nhs_head">NHS SUBSCRIPTION</div>
</div>

CSS

body, html {
    margin:0;
}
.image_holder {
    position: relative;
    background-image:url('http://blog.jimdo.com/wp-content/uploads/2014/01/tree-247122.jpg');
    height:768px;
    width:1366px;
}
.nhs_head {
    width:60%;
    margin:0 auto;
    border:2px solid white;
    font-family:Calibri;
    font-weight:800;
    font-size:30px;
    margin-top: 30px;
    color:white;
    position: absolute;
    left:0;
    right:0;
    margin-top: 30px;
}