JSFiddle - React, Tailwind, and code Playground
HTML
<div class="create-option-thumb-img">
<img src="http://i.stack.imgur.com/StP48.png" />
</div>
CSS
img {
box-shadow: 0px 0px 40px 0px red;
}
<div class="create-option-thumb-img">
<img src="http://i.stack.imgur.com/StP48.png" />
</div>
img {
box-shadow: 0px 0px 40px 0px red;
}