JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    height: 300px;
    width: 300px;
    background: #f00 url(http://d1c739w2xm33i4.cloudfront.net/2.2/top_image.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}