JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

img {
    width: 150px;
    height: 150px;
    filter: drop-shadow(0 10px 10px rgba(0,0,0,0.5));
}