JSFiddle - React, Tailwind, and code Playground

by Marventus

HTML

<link rel="stylesheet" href="http://fifaball.nl/wp-content/themes/youtube/style.css">
<div class="container">
    <div class="page-header">
        <div class="masthead">
            <div class="header-image"></div>
        </div>
    </div>
</div>

CSS

.header-image {
    background: url("http://www.hdwallpapersimages.com/wp-content/uploads/2014/01/Winter-Tiger-Wild-Cat-Images.jpg") no-repeat;
    background-size: auto 100%;
    height: 500px;
}