JSFiddle - React, Tailwind, and code Playground

by horhey

HTML

<div itemscope itemtype="http://http://schema.org/Organization">
    <h1 itemprop="name">ATPCO</h1>
    <p itemprop="address" itemscope itemtype="//http://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>.
    </p>
</div>