JSFiddle - React, Tailwind, and code Playground
HTML
<div class="item">
<div class="thumbnail" style="width:165px;height:165px">
<img src="http://cakesbykait.ca/stacktest/stacktest/files/warehouse_e2c3b768f7cec59e009c57146e388e71/thumbnails/23657.03.png" alt="" title="" style=" opacity: 0.75; ">
</div>
</div>
CSS
.item .thumbnail {
background-color: #000000;
opacity: 0.99;
}
.item {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}