Here is my simple HTML:
Hello World!
Here is
newDiv is a jQuery object, not a DOM object.
newDiv
jQuery objects do not have an appendChild method, they have an append method.