JSFiddle - React, Tailwind, and code Playground

by Ukjin Yang

HTML

<input type="text" id="out"/>
<pre id='console'></pre>

CSS

#out{width:99%;}
#console{border:outset;padding:1em;}
.info{color:green;}
.warn{color:blue;}
.err{color:red;}