JSFiddle - React, Tailwind, and code Playground

by gasp10

HTML

<div class="container">
    <div class="img-cont">
    <img src="https://www.gravatar.com/avatar/fe3ada1c7250efcdc5942183e8e228e5?s=32&d=identicon&r=PG">           </img>
    </div>
</div>

CSS

.container {
    width:100%;
    border: red 1px solid;
}
.img-cont {
    width:40%;
}
img {
    width:100%;   
}