Check out example codes for "aside html". It will help you in understanding the concepts better.
Code Example 1
<aside>
<h2>Aside Header</h2>
<p>Paragraph</p>
<p>Paragraph <a href="url">Inline Link</a></p>
</aside>
Code Example 2
<p>Salamanders are a group of amphibians with a lizard-like appearance, including short legs and a tail in both larval and adult forms.</p>
<aside>
<p>The Rough-skinned Newt defends itself with a deadly neurotoxin.</p>
</aside>
Learn ReactJs, React Native from akashmittal.com