JSFiddle - React, Tailwind, and code Playground

HTML

<div class="container"><img src="http://animatedviews.com/wp-content/uploads/2009/04/pupnamedscooby1.jpg" width="294" height="225" alt="pup named scooby doo"></div>

CSS

img { max-width: 100%; height:auto;}

.container { padding: 6px 12px; }