JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://www.planwallpaper.com/static/images/Awesome-Nature-Background.jpg" />
CSS
img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
<img src="http://www.planwallpaper.com/static/images/Awesome-Nature-Background.jpg" />
img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}