JSFiddle - React, Tailwind, and code Playground
by busyfmlyman
HTML
<body>
<article>
<div itemscope itemtype="http://www.schema.org/Organization">
<span itemprop="name">Airline Tariff Publishing Company</span>,
<span href="mailto:[email protected]" itemprop="email"
<section>
<div itemprop="address" itemtype="http://www.schema.org/PostalAddress">
<span itemprop="streetAddress">45005 Aviation Drive</span>,
<span itemprop="addressLocality">Dulles</span>,
<span itemprop="addressRegion">VA</span>
<span itemprop="postalCode">20166</span>
</div>
</section>
Call us at: <span itemprop="tel">703-471-7510</span>
<div>
<a href="http://www.atpco.net" itemprop="url"> http://www.atpco.net</a>
</div>
</div>
</article>
</body>