JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://tweet.seaofclouds.com/jquery.tweet.js"></script>
<div class="thirds" id="twitter">Helloooo</div>

JavaScript

$(function(){
    $("#twitter").tweet({
    count: 1,
    username: "danielredwood",
    template: function(i){return i["text"]}
    });
});

$('a').attr({ target: "_blank" });