JSFiddle - React, Tailwind, and code Playground
by NOVUSIDEA
HTML
<div id="hero"></div>
CSS
#hero {
mask-image: url('');
background-color: #ccc;
height: 90vh;
}
by NOVUSIDEA
<div id="hero"></div>
#hero {
mask-image: url('');
background-color: #ccc;
height: 90vh;
}