JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Some HTML tags and their usage</h1>
<ol>
<li>
<abbr> - abbreviation -
<abbr title="Advanced Micro Devices">AMD</abbr>
</li>
<li>
<address> - address -
<address>
Written by <a href="mailto:[email protected]">Jon Doe</a>.<br/>
Visit us at:<br/>
Example.com<br/>
Box 564, Disneyland<br/>USA
</address>
</li>
</ol>