Is it possible to display element outside of modal view

Hi all, I currently have an HTML file that would be displayed using modal view. I wish to check if it is possible to display some of the element outside the modal view. Currently what I code inside the HTML, it will only display in the modal box when I use a button to open the modal view.

I tried to use css to move the element, but it only can move within the modal-wrapper.

Hope someone could advice me on this.