Drag and drop elements in webs

I’m trying to implement a drag and drop functionality on my Wix website using the custom elements. I’m using the Dracula library, and when testing my code in Codepen it works however on Wix it doesn’t. I’m thinking it has something to do with the fact that custom elements are put in an iframe and maybe that creates problems for the library while accessing the DOM. I’m not getting any errors in the console however.

Any help is appreciated.