JSFiddle - React, Tailwind, and code Playground

by ruisoftware

HTML

<div>cut-out text</div>

CSS

div {
    background-color: rgba(10,10,10,0.8);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: rgba(242,242,40,0.5) 0 5px 6px;
    font-size: 5em;
    font-weight: bold;
}