Check out example codes for "jquery append html". It will help you in understanding the concepts better.
Code Example 1
$("p").append(" <b>Appended text</b>.");
Code Example 2
$("p").append(" <b>You can write your Text Here </b>.");
Code Example 3
$('#someParent').append('<div>I am new here</div>');
Code Example 4
Append Jquery text
Learn ReactJs, React Native from akashmittal.com