How do I create an element in the Chrome Dev Tools?

google-chrome-devtools

Solution

Just right click on the parent element, change to 'Edit as HTML' and then add whatever elements you want...

Problem

I would like to add a new element to the page in Chrome Dev tools. This seems like fairly obvious functionality but I can't seem to find it. Does Chrome allow me to create elements in the DOM tab? I realize I could make something from the JS console, but would rather something on the DOM tab.

Original source