JSFiddle - React, Tailwind, and code Playground

by tea4two

HTML

<div id="cat"></div>

CSS

#cat {
    width: 100%;
    height: 500px;
    background-color: #ececec;
    background-image: url(http://placekitten.com/g/100/100);
    background-repeat: no-repeat;
    background-position: right 50%;

    background-size: 100% 100%;
}