JSFiddle - React, Tailwind, and code Playground

by jahrichie

JavaScript

var fbCount        = 18000,
    tweetCount     = 0,
    pinCOunt       = 0;
    
function widthByCount(count) {
    alert(count);
    
    count.each(function() { 
         alert("firing")
    });
  }