JSFiddle - React, Tailwind, and code Playground

by Ken Watanabe

HTML

<img src="http://images.cdn.bigcartel.com/bigcartel/product_images/135715638/max_h-1000+max_w-1000/SHOP_H1_Cover_FIN.jpg" width="400" height="400" class="masked"/>

CSS

.masked {
    -webkit-mask-image: url(http://imgh.us/face01.svg);
    mask-image: url(http://imgh.us/face01.svg);
}