JSFiddle - React, Tailwind, and code Playground

HTML

<div class="test"></div>

CSS

.test{
    width:500px;
    height:750px;
    background-image:url('http://static.fkids.ru/photo/2011/07/2380/Diana-Pentovich5461568.jpg');
    background-repeat:no-repeat;
    border:1px solid #000;
}