JSFiddle - React, Tailwind, and code Playground

by John Wick

HTML

<div id="fourohfour_home"></div>

CSS

html, body {
    height: 100%; width: 100%;
}

#fourohfour_home{
    background-image:url('https://www.pandoragaming.net/img/404_home.png');height:100%;width:100%;
}


#fourohfour_home{
    background-image:url('https://thetradingcode.wordpress.com/wp-content/uploads/2018/05/zipline-11373669_884679711616957_1005252408_n.jpg?w=830');
    background-repeat:no-repeat;
    background-size:contain;
    /*background-position:center;*/
}