JSFiddle - React, Tailwind, and code Playground
HTML
<div class="img"></div>
CSS
.img { background-color: gray; width: 60px; height: 60px; }
.img { -webkit-mask-image: url('http://i.stack.imgur.com/gZvK4.png'); }
<div class="img"></div>
.img { background-color: gray; width: 60px; height: 60px; }
.img { -webkit-mask-image: url('http://i.stack.imgur.com/gZvK4.png'); }