How to create a scrollable element like this

Hello, so I have been trying for a couple of days to duplicate the We Work For section on this website: https://jamjammarketing.com/

Where you can scroll through the names list and on top and bottom there’s this black shadow

Any tips are highly appreciated :/


Here is my public share link: LINK
(how to access public share link)

hi @Mehmet here is solution

when is coming to gradient one way is to use CSS mask like this.

  mask: linear-gradient(0deg, transparent, white 20%, white 80%, transparent);

I have used in eg in this example.

or here