JSFiddle - React, Tailwind, and code Playground

by Saurabh Khemka

JavaScript

function test() {
  if (true) {
    let temp = 12;
  }
  console.log(temp);
}