JSFiddle - React, Tailwind, and code Playground

HTML

<div id="test" style="background:#ff6600; background-image:url('http://www.emofaces.nl/nl/emoticons/z/zwart-en-wit-emoticon.gif'); background-repeat:no-repeat; background-position-x:left; background-position-y: bottom;"></div>

<!-- background:#ff6600 url('http://localhost:8080/path/to/img.png') no-repeat top right; -->

CSS

div{
    width:200px;
    height:200px;
}