JSFiddle - React, Tailwind, and code Playground

by Peter Nosko

JavaScript

var a = "var-a";
$a = "dollar-a";
alert(a + " | " + $a);