JSFiddle - React, Tailwind, and code Playground

HTML

<div id="about">Woof</div>

CSS

#about 
{
    background: url(http://www.christownsend.com/images/superdog.jpg) no-repeat 0 0;
    text-align: center;
    background-color: #888888;
    width: 960px;
    min-height: 685px;
    position: relative;
    margin-top:100px; 
    
}