JSFiddle - React, Tailwind, and code Playground

HTML

<div>
  <img src="https://i.imgur.com/0H5RBPu.png">
</div>

CSS

img {
    width: 150px;
    height: 150px;
    box-shadow: 0 10px 10px 3px gray;
}