JSFiddle - React, Tailwind, and code Playground
by jakie8
HTML
<img src="http://www.placekitten.com/800/800" class="responsive">
<img src="http://www.placekitten.com/350/500" class="responsive">
<img src="http://www.placekitten.com/200/300" class="responsive">
CSS
img.responsive{
width: 100%;
}