JSFiddle - React, Tailwind, and code Playground

by Valentin Radulescu

HTML

<h1>Some HTML tags and their usage</h1>

<ol>
    <li>
        &lt;abbr&gt; - abbreviation - 
        <abbr title="Advanced Micro Devices">AMD</abbr> 
    </li>
    <li>
        &lt;address&gt; - 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>