JSFiddle - React, Tailwind, and code Playground

JavaScript

$one = 'hello word! one';

var two = 'hello word! two';

alert($one);

alert(two);