JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

html,body{
    height: 100%;
    overflow-y: hidden;
}
div{
    background: url("https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQeGFMdWwhSnxu2Z27An8PggAmAZTR9RdPiey5e5X5kCQ9WFggVwrke_GXV") no-repeat center;
    width: 100%;
    height: 100%;
    background-size: contain;
}