JSFiddle - React, Tailwind, and code Playground

HTML

<div><img src="http://websocket.bplaced.net/test.png"></div>

CSS

div {
    width: 50%;
    height: 100%;
}

img {
    width: 100%;
    border: 1px solid;
}