JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
background-image: url(http://placekitten.com/200/300);
background-repeat: no-repeat;
min-height: 300px;
background-position: 50% 0;
background-size: 100%;
}