Looking to create a mask effect using a colored div's large text in HTML. The goal is to have the masked text reveal parts of an image that is positioned behind the div. Instead of utilizing the background-clip property and a background-image on the div directly, the idea is to unveil what lies beneath the element (in this case, the image). Previous attempts with svg images featuring compound paths proved to be too complex to manage. Are there alternative methods to achieve this desired effect? Perhaps through CSS or a jQuery plugin?