JSFiddle - React, Tailwind, and code Playground

HTML

<body>
	
		<div id="Menu">
				
		</div>
		
		<div id="Banner">
		
			<h1 id="Mission">Creating a Church Unchurched People Love to Attend</h1>
		
		</div>
		
		
		
		
	

	</body>

CSS

body
{
	background: rgb(111,111,111);
}

#Banner
{
    width: 100%; /*1200px*/
    height: 800px;
    background: url("http://www.firstdayfwb.com/images/header.jpg") no-repeat 55%;
    background-size: contain;
}

#Mission
{
	padding-top: 750px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
}