JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://dl.dropbox.com/u/562400/timeago.js"></script>
<span>With Z (2011-05-28T14:39:33Z): </span><abbr class="timeago" title="2019-10-17T19:27:33Z">With Z</abbr>
<br />
<span>Without Z (2011-05-28T14:39:33): </span><abbr class="timeago" title="2019-10-17T19:27:33">Without Z</abbr>
<br />
<span>With Offset (2011-05-28T14:39:33Z-04): </span><abbr class="timeago" title="2019-10-17T19:27:33Z-04">With Offset</abbr>
JavaScript
jQuery(document).ready(function() { jQuery("abbr.timeago").timeago(); });