JSFiddle - React, Tailwind, and code Playground

by Felipe Douradinho

HTML

<div id="tocando-agora"></div>

JavaScript

$(document).ready(function()
{
    setInterval(function()
    {
        $("#tocando-agora").load("_includes/lista-musicas.php");
     }, 4000);
});