JSFiddle - React, Tailwind, and code Playground

by eget teteete

JavaScript

var x = 5;
(function() {
  console.log(x)
  var x = 10;
  console.log(x)
}())