JSFiddle - React, Tailwind, and code Playground

by NOVUSIDEA

HTML

<div id="hero"></div>

CSS

#hero {
  mask-image: url('');
  background-color: #ccc;
  height: 90vh;
}