JSFiddle - React, Tailwind, and code Playground

by jcutrell

HTML

<a href="http://html5doctor.com/author/jacko/">Jack Osborne</a><address>Jack Osborne</address><img src="floorplan.png" usemap="#rooms" alt="1 bedroom, a kitchen, lounge and bathroom">

<map name="rooms">
        <area shape="rect" coords="20,20,140,140" href="bedroom.html" alt="Bedroom">
        <area shape="rect" coords="20,140,140,280" href="lounge.html" alt="Lounge">
        <area shape="poly" coords="140,140,140,280,280,140" href="kitchen.html" alt="Kitchen">
        <area shape="rect" coords="140,20,280,140" href="bathroom.html" alt="Bathroom">
</map><audio src="music.oga" controls>
        <a href="music.oga">Download song</a>

</audio><b class="character">Deckard</b>: <i class="voiceover">The report would be routine retirement of a replicant which didn't make me feel any better about shooting a woman in the back. There it was again. Feeling, in myself. For her, for Rachael.</i><head>
  <title>The Company</title>
  <base href="http://www.example.com/">
</head><ul>
  <li><bdi>johnsmith</bdi> joined the site</li>
  <li><bdi>the_guru</bdi> posted "February update"</li>

  <li><bdi>????</bdi> commented on "Getting started with HTML5"</li>
</ul>

  <p><bdo dir="rtl">Don't cheat by reading this in a mirror!</bdo></p>
<blockquote>What we have here is a quotation from another source
</blockquote><body id="index">
        <p>content</p>
</body><br /><button>Do something!</button><canvas id="myCanvas" width="300" height="150">
Fallback content, in case the browser does not support Canvas.
</canvas><table><caption>Animals on our farm</caption>
<colgroup>
    <col class="column1" />
    <col class="column2" />

    <col class="column3-4" span="2" />
</colgroup>
<tr>
    <th>dog</th>
    <th>cat</th>

    <th>horse</th>
    <th>iguana</th>
</tr>
<tr>
    <td>5</td>

    <td>2</td>
    <td>10</td>
    <td>500</td>
</tr>

...
</table><!DOCTYPE html><table>

        <colgroup>
            <col class="column1" />
            <col class="column2" />
            <col...