JSFiddle - React, Tailwind, and code Playground
by borisjavier
HTML
<div id="links">
</div>
JavaScript
var timeout = setInterval(reloadChat, 5000);
function reloadChat () {
$('#links').load('https://bitek.co/bitek_payment_confirmation?add=qqapvduf6h6xtmjjt993p9xyktmy8kyc2ydu0565d8&liq=0.18074957');
}