JSFiddle - React, Tailwind, and code Playground

by SHELDON PASCIAK

HTML

<img src="http://lostwords.org/images/penguin.png" />

CSS

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