JSFiddle - React, Tailwind, and code Playground

by Aakash Chakravarthy

HTML

<script src="http://headjs.com/media/js/head.min.js"></script>
<!-- Start WP Socializer Plugin - Addthis Button --> 
<a class="addthis_button"  href="http://addthis.com/bookmark.php?v=250wp-4d4ea8c87b894fb7" addthis:url="http://localhost/wordpress/uncategorized/wp-socializer-test/" addthis:title="WP Socializer test"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a> 
<!-- End WP Socializer Plugin - Addthis Button --> 


 
<!-- Start WP Socializer Plugin - Sharethis Button --> 
<span class='st_facebook_hcount' st_title='WP+Socializer+test' st_url='http%3A%2F%2Flocalhost%2Fwordpress%2Funcategorized%2Fwp-socializer-test%2F' displayText='share'></span><span class='st_twitter_hcount' st_title='WP+Socializer+test' st_url='http%3A%2F%2Flocalhost%2Fwordpress%2Funcategorized%2Fwp-socializer-test%2F' displayText='share'></span><span class='st_email_hcount' st_title='WP+Socializer+test' st_url='http%3A%2F%2Flocalhost%2Fwordpress%2Funcategorized%2Fwp-socializer-test%2F' displayText='share'></span><span class='st_sharethis_hcount' st_title='WP+Socializer+test' st_url='http%3A%2F%2Flocalhost%2Fwordpress%2Funcategorized%2Fwp-socializer-test%2F' displayText='share'></span> 
<!-- End WP Socializer Plugin - Sharethis Button --> 


 
<!-- Start WP Socializer Plugin - Retweet Button --> 
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal"  data-lang="en"  data-url="http://localhost/wordpress/uncategorized/wp-socializer-test/"></a> 
<!-- End WP Socializer Plugin - Retweet Button --> 


 
<!-- Start WP Socializer Plugin - Digg Button --> 
<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http%3A%2F%2Flocalhost%2Fwordpress%2Funcategorized%2Fwp-socializer-test%2F&amp;title=WP+Socializer+test" ></a> 
<!-- End WP Socializer Plugin - Digg Button --> 


 
<!-- Start WP Socializer Plugin - Google Buzz Button --> 
<a title="Post on Google Buzz"...

JavaScript

head.js(
    "http://platform.twitter.com/widgets.js", 
    "http://widgets.digg.com/buttons.js",
    "http://s7.addthis.com/js/250/addthis_widget.js#&amp;username=wp-4d4ea8c87b894fb7",
    "http://w.sharethis.com/button/buttons.js",
    "http://www.google.com/buzz/api/button.js", 
    function(){
        var addthis_config = { 
            ui_header_color: "#000000",
            ui_header_background: "#f2f2f2",
            data_track_clickback: true
         }
            
         stLight.options({
             publisher:'wp.63037178-cbb3-4442-85ef-9a3f5d6609fc'
         });
        var st_type='wordpress';
});