JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://lostwords.org/images/penguin.png" />
CSS
img {
max-width: 100%;
height: auto;
width: auto; /* ie8 */
}
<img src="http://lostwords.org/images/penguin.png" />
img {
max-width: 100%;
height: auto;
width: auto; /* ie8 */
}