JSFiddle - React, Tailwind, and code Playground

HTML

<div><img src="http://farm3.staticflickr.com/2690/5857250837_105da8bc36.jpg" alt="" /></div>

CSS

body {
       background: blue;
}

div {
    border-radius: 10px;
}

img {
    display: block;
    border-radius: 5px;
}