JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://twitterjs.googlecode.com/files/twitterjs-2.0.0.min.js"></script>
<div id="twitter"></div>

JavaScript

getTwitters('twitter', {
    id: 'glasgow',
    count: 1,
    enableLinks: true,
    ignoreReplies: true,
    clearContents: true,
    timeout: 100,
    template: '<div class="tweet"><p>%text%</p></div>'
});