JSFiddle - React, Tailwind, and code Playground

by hardiksondagar

HTML

<script src="http://timeago.yarp.com/jquery.timeago.js"></script>
<abbr class="timeago" title="2014-05-05T09:24:17Z">July 17, 2008</abbr>

JavaScript

jQuery(document).ready(function() {
  
    setTimeout(function() {jQuery("abbr.timeago").timeago();}, 1000);
    
});