JSFiddle - React, Tailwind, and code Playground
HTML
<div id="wallpaper"></div>
CSS
#wallpaper{
position: absolute;
background-size: cover;
background-image: url(http://placekitten.com/500/500);
background-repeat: no-repeat;
top: auto;
left: auto;
right: auto;
height: auto;
}