JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://timeago.yarp.com/jquery.timeago.js"></script>
<abbr class="timeago" title="2012/10/30 13:30:06">2013/01/30 13:30:06</abbr>

JavaScript

$(document).ready(function () {
    $("abbr.timeago").timeago();
});