JSFiddle - React, Tailwind, and code Playground

by deve frontend

HTML

<div class="image">
  <div class="img" class="contrast"></div>
</div>

CSS

.image {
  display: inline-block;
}
.image .img {
  width: 375px;
  height: 360px;
  background-size: cover;
  background-color: yellow;
  -webkit-mask-box-image: url(http://www.kaptest.co.uk/sites/kaptest.co.uk/files/pictures/icon-lightbulb-grey.png);
}