JSFiddle - React, Tailwind, and code Playground

HTML

<div id="test-img"></div>

CSS

#test-img {
    padding: 2px; 
    border: 2px solid blue;
    background: yellow url(http://blog.tymoshenko.ua/assets/1324/thumbs/128/no-politics-flower.jpg) no-repeat;
    width: 128px;
    height: 128px;
    background-position: center center;
}