I want to take an already existing HTMLElement of my DOM (the result of an event.target) and place it into another part of my HTML / page with vanilla JS. I've tried .appendChild() and other functions, but it requires a NODE Element, not a HTMLElement.