JSFiddle - React, Tailwind, and code Playground

by GaryC123

HTML

<div></div>

CSS

div {
    background:url(http://mechanicsburg.webkits.oplin.org/sites/default/files/images/mainpic.jpg) no-repeat center center;
    
    height:394px;
     -webkit-background-size: 100% contain;
        -moz-background-size: 100% contain;
        -o-background-size: 100% contain;
        background-size: 100% contain;
}