Get the content of selection and place it into an element. Then insert this new element.
editor.surroundByTagName(tagname)
Type: String
Required. The tagname of the elements you want to insert.
Type: HTMLElement
The HtmlElement that was just inserted.