How can I add multiple paragraph tag, newly tag on top within div container.
Specific to your HTML, it would be:
$("#pcontainer").prepend('here's a new paragraph!');
here's a new paragraph!