JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div{
    width: 200px;
    height: 200px;
    background: url(http://enchikiben.ru/diamond_1.jpg) no-repeat;
    background: 100% 100%;
  }