JSFiddle - React, Tailwind, and code Playground
by Jatin Patil
HTML
<div class="tail">
</div>
CSS
.tail{
height:300px;
width:300px;
background-image:url('http://lorempixel.com/400/200');
}
by Jatin Patil
<div class="tail">
</div>
.tail{
height:300px;
width:300px;
background-image:url('http://lorempixel.com/400/200');
}