JSFiddle - React, Tailwind, and code Playground

by epinapala

HTML

<div  class="followers" >  sss</div>

JavaScript

$(document).ready(function(){
$.get('http://api.twitter.com/1/users/show.json?screen_name=nightoutinc', function(data) {
  alert('Load was performed.');
});
});