JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<img src="http://immi.tw/wp-content/uploads/2015/05/mi_20150510-1.jpg" />
</div>
CSS
div {
background-color: #ff96a7;
width: 500px;
padding: 20px;
}
img {
mix-blend-mode: normal;
}