Tablink interaction

Hi there. I hope someone can help with this.
I would like to create an interaction with a tablink that scrolls to a page section as is possible with a normal link block. However, because it is not possible to put a link inside the tablink I would like to create an interaction that will achieve the same as scrolling to a section ID within the page.
My idea is that it would be an element interaction (the tablink) and on mouse click it would cause the page to scroll.
Any ideas?

Thank you.

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

I have added the link to my project using custom code.

Here is the link

What you need to do add a div and inside the div add span with text ‘Learn More’ for example and in div attributes add onclick="window.open('#')"

<div class="button-group" onclick="window.open('you link here')">
   <span class="tabs-cta1">Learn more</span>
</div>