Is it possible to achieve this through code for dynamic content purposes? My only option right now is to use an image, but that won't provide the same level of dynamism.
In the example below, you can see how the word "LARIVIÈRE" clips a white background to reveal the image beneath.
https://i.sstatic.net/kAB7y.png
I came across the background-clip
property, but it seems to work with images set as the background of a text area, which isn't exactly what I need in this scenario.
Thank you in advance for any help or suggestions.