JSFiddle - React, Tailwind, and code Playground

by drublic

HTML

<div>
    <img src="http://farm3.static.flickr.com/2484/3712998030_a44550753b_b.jpg" alt="">
</div>

CSS

div { width: 300px; padding: 10px; background: #ddd; }
img { display: block; max-width: 100%; }