JSFiddle - React, Tailwind, and code Playground

by jklee

JavaScript

$(document).ready(function(){
var test = "example : "
test += "and example2";
test += "手放しで";
    document.write(test + "<br>");
});