JSFiddle - React, Tailwind, and code Playground

by Saurabh Khemka

JavaScript

var x = A();
let b=10;
function A() {
console.log('test')
}
console.log(x)