JSFiddle - React, Tailwind, and code Playground

by Mostafa Zeinivand

JavaScript

var sts="a";
$(document).ready(function(e) {
    alert(sts+1);
});