JSFiddle - React, Tailwind, and code Playground

HTML

<svg viewBox="0 0 100 100" id="img1"></svg>

CSS

#img1 {
    background: url("http://i.imgur.com/uKnMvyp.jpg") no-repeat;
    background-size: 100%;
}