JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://timeago.yarp.com/jquery.timeago.js"></script>
<abbr class="timeago" title="30/01/2013 13:30:06">30/01/2013 13:30:06</abbr>
JavaScript
$(document).ready(function () {
$("abbr.timeago").timeago();
});
});