JSFiddle - React, Tailwind, and code Playground

by Mr_Vasu

HTML

<ul id="share" ontouchstart="this.className = 'hover';">
  <li class="fbook"><a title="Share on Facebook" target="_blank" href="http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.the-art-of-web.com%2Fhtml%2Fhtml5-form-validation%2F"><!-- --></a></li>
  <li class="tweet"><a title="Tweet This" target="_blank" href="https://twitter.com/intent/tweet?text=HTML%3A+HTML5+Form+Validation+Examples&amp;url=http%3A%2F%2Fwww.the-art-of-web.com%2Fhtml%2Fhtml5-form-validation%2F&amp;via=theartofweb"></a></li>
  <li class="gplus"><a title="Plus on Google+" target="_blank" href="https://plus.google.com/share?url=http%3A%2F%2Fwww.the-art-of-web.com%2Fhtml%2Fhtml5-form-validation%2F"></a></li>
</ul>

CSS

#share {
    position: relative;
    margin: 1em auto;
    padding: 0;
    width: 64px;
    height: 64px;
    margin-top:100px;
    background-image:...