JSFiddle - React, Tailwind, and code Playground

by pkysylevych

JavaScript

function f(){
    console.log(1)
};
setInterval("f()",1000);