JSFiddle - React, Tailwind, and code Playground

by fenderistic

HTML

<div id="out"></div>

JavaScript

var foo = ' oops ';
$("#out").html(foo);