JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div{
width:300px;
height:300px;
background:url(http://alpatriott.ru/works/primer/images/background.png) no-repeat;
background-size:100%;    
}