JSFiddle - React, Tailwind, and code Playground

by Pavlo

HTML

<pre id="output"></pre>

JavaScript

function out()
{
    var args = Array.prototype.slice.call(arguments, 0);
    document.getElementById('output').innerHTML += args.join(" ") + "\n";
}
out("q11Min",25);