JSFiddle - React, Tailwind, and code Playground

by techsin

HTML

<q><em>Html elements</em> that i dont use <strong>enough</strong></q>

<br>
<abbr title="laugh out loud">lol</abbr>

<br>
<mark>lets you define time format based on location</mark>
<time datetime="2013-10-05 22:00">10/05/13 at 10 PM</time>
<nav> <a href="">nav tag</a>
 <a href="">a</a>

</nav>
<menu>
    <li>need polyfil</li>
    <li>menu tag</li>
</menu>
<section>section</section>
<article>article</article>
<aside>aside</aside>
<header>header</header>
<footer>footer</footer>
<figure>figure</figure>
<figcaption>figcaption</figcaption>
<main>not supported by some of major browsers</main>
<strong>srcset is also not majorly supported</strong>

<br>http://diveintohtml5.info/everything.html http://html5please.com/
    <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries">media queries</a>