JSFiddle - React, Tailwind, and code Playground

HTML

<div class="hero"></div>

CSS

.hero {
        background: url('http://dev.w3.org/SVG/tools/svgweb/samples/svg-files/Steps.svg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        height:200px;
        width:100%;
        margin-bottom:20px;
    }