JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<div class="jumbotron">
<h1>Lorem ipsum dolor sit</h1>
</div>
CSS
.jumbotron {
height: 500px;
display: flex;
align-items: center;
justify-content: center;
background: url("//https://image.ibb.co/eFp3Kn/header.png") center center;
background-size: cover;
margin: 100px 0px;
color: white;
}