If I have some HTML that looks like this:
This is some text that is being written with a high
element = document.getElementById("span id"); element.parentNode.insertBefore(element.firstChild, element); element.parentNode.removeChild(element);