JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrapper"></div>

CSS

.wrapper {
    width: 200px; 
    height: 300px; 
    background: url('http://placehold.it/200x800'), red; 
    background-size: auto 100%;
    background-repeat: no-repeat;
}