JSFiddle - React, Tailwind, and code Playground

HTML

<body>
    
    
   <div id="header">
   
   
   </div>
    </body>

CSS

body {
        background-color:white;
        margin: 0;
        padding: 0;
        
           font-size:200px;
           text-align:center;
           
           }
        
        #header {
        background-image:url('http://i.imgur.com/RvQdH.jpg');
        width:100%;
        height:218px;
        margin-left:auto;
        margin-right:auto;
        background-position:center;
        background-repeat:no-repeat;
       }