JSFiddle - React, Tailwind, and code Playground

by eget teteete

JavaScript

var foo = true;
if (foo) {
  var bar = foo * 2;
  bar = something(bar);
  console.log(bar);
}