JSFiddle - React, Tailwind, and code Playground

HTML

<div id="box">
<img src="cleaning1.jpg" height="150px" width="200px">
</div>

CSS

#box
{
border: 1px solid;
margin: 0px 10px 0px 0px;
width: 250px;
height: 200px;
border-radius: 35px; 
-webkit-border-radius: 35px; 
-moz-border-radius: 35px; 
border: 1px solid #E8E8E8;
display:inline-block;
}