Add custom html in div using jquery
<div>Demo Content</div>
$("div").append('<span>New Content</span>');