JSFiddle - React, Tailwind, and code Playground

HTML

<div class="foo">test</div>

CSS

.foo {
  --mask: initial;
  -ms-mask-image: var(--mask);
}