JSFiddle - React, Tailwind, and code Playground

by Susan Delgado

HTML

<p>For over 25 years, TCT has featured innovative research and technologies, helping physicians to immediately adopt new therapies into their practice.</p>
<p>TCT 2015 will feature a Fellows Track dedicated to those early in their medical career. The track will help guide you through the conference and enhance your educational experience.</p>
<p>The TCT 2015 Fellows Track will feature:</p>
<ul>
    <li>iASSESS</li>
    <li>MOC (Maintenance of Certification)</li>
    <li>Learn the Techniques – Case Reviews with Leading Key Opinion Leaders</li>
    <li>Featured Clinical Research and Controversies/Debates</li>
    <li>Innovative Training Center</li>
    <li>Hot TCT Topics</li>
    <li>International Society Case Presentations</li>
    <li>And much more!</li>
</ul>
<p><em>From live-case transmissions to smaller, interactive forums on innovative new treatments, TCT can expand your horizons and enrich your medical career. With plenty of opportunities for networking, TCT regularly attracts the world’s leading experts and seasoned professionals who offer guidance and indispensable knowledge.</em>
</p>
<div class="trackstable">
    <div id="agenda" class="accordion">
        <div class="agenda-session">
            <div class="agenda-group">
                
<h3><a data-toggle="collapse" data-target="#fellow-track-sunday">Sunday<br /><br /></a></h3>

                <div id="fellow-track-sunday" class="collapse">
                    <div class="head">
                        <div>
                            <div class="session-details">
                                <p>ABC's of Interventional Cardiology
                                    <br />8:00 <span class="small-caps">am</span> - 12:00 <span class="small-caps">pm</span>
                                </p>
                            </div>
                        </div>
                    </div>
                    <div class="head">
                        <div>
                            <div...

CSS

.small-caps {
    font-variant:small-caps;
}