JSFiddle - React, Tailwind, and code Playground

by ritcheyer

HTML

<div class="bg-alternate">
    <section class="wrap" itemscope="" itemtype="http://schema.org/WebPage">
        <ul class="breadcrumbs" itemprop="breadcrumb">
            <li><a href="#" title="REALTOR.com&reg; Home">Realtor.com</a></li>
            <li><a href="#" title="2nd Level Trail">2nd Level Trail</a></li>
            <li><strong>Current Page Title</strong></li>
        </ul>
    </section>
</div>