As well as appendChild, DOM nodes have an insertBefore method
container.insertBefore(newFreeformLabel, container.firstChild);
As well as appendChild, DOM nodes have an insertBefore method
container.insertBefore(newFreeformLabel, container.firstChild);