JSFiddle - React, Tailwind, and code Playground

by alemarch

HTML

<div class="img_thumb_holder float-l"
style="background-image: url(http://www.ttmem.com/common/images/access_denied.jpg);">
&nbsp;</div>

CSS

.img_thumb_holder {
    width:192px;
    height:192px;
    background-size: 300px;
    background-position: center center;
        border: solid 1px;
}