JSFiddle - React, Tailwind, and code Playground

by Riderman Sousa

HTML

<div>
    <img src="http://placehold.it/350x150" />
</div>

CSS

div {
background-color: blue; 
}

img {
    display: block;
}