Can someone tell me how can I achieve this effect on text using html, css and javascript? [closed]

I recently came across a YouTube video and their thumbnail is what caught my attention.

Link to the image

I tried of doing it with several methods but none of them worked properly.
I tried with position: absolute; to stack over each other, it didn’t work quiet well.
Second I tried of doing with background-clip property, it didn’t work as well.