How does the video result a tag in Google search prohibit dragging?

for example, the search result
https://www.google.com.hk/sea.

clipboard.png

I tried to drag this place to make sure it was an a tag, but I couldn"t drag it. After reading the CSS attribute, there is no user-select,. I don"t know how to implement it. I"m curious.

Oct.22,2021

ele.ondragstart = e => e.preventDefault()
Menu