JSFiddle - React, Tailwind, and code Playground
HTML
<img alt="kitten!" width="800" height="300" src="https://placekitten.com/800/300">
CSS
img {
padding: 10px;
box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
<img alt="kitten!" width="800" height="300" src="https://placekitten.com/800/300">
img {
padding: 10px;
box-shadow: 0 0 5px rgba(0,0,0,0.3);
}