JSFiddle - React, Tailwind, and code Playground

by sambaldwin

HTML

<div>
    <img src="http://placehold.it/350x650">
</div>

CSS

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

div {
    height:100%;
    width:100%;
    margin:20px;
}