JSFiddle - React, Tailwind, and code Playground

by kuonyuu

HTML

<div class="parent">
    <img src="http://i.imgur.com/e6QevJV.jpg">
</div>

CSS

.parent {
    width: 20%;
    padding-bottom: 20%;
    height: 0;
    overflow: hidden;
}
.parent img {
    width: 100%;
    height: auto;
}