Check out example codes for "display html jupyter". It will help you in understanding the concepts better.
Code Example 1
from IPython.core.display import display, HTML
display(HTML('<h1>Hello, world!</h1>'))
Learn ReactJs, React Native from akashmittal.com