JSFiddle - React, Tailwind, and code Playground

HTML

<div class="image"></div>

CSS

div.image {
   content:url(http://placehold.it/350x150);
   float:left;
}

div.image{
    display: inline;
    background: red;
    border: 5px solid green;
}