JSFiddle - React, Tailwind, and code Playground

by Love Trivedi

HTML

<div class="myclass">Hello world</div>

CSS

.myclass
{   
    border: 1px red dotted;
}
.myclass:before
{
    background-image: url('http://www.europe-trip.cz/icons/spinner.gif');
    background-repeat: no-repeat;
    background-position:left;
    padding-left:20px;
    content:'';
}