JSFiddle - React, Tailwind, and code Playground

by owise1

HTML

<script src="http://thepresentgroup.com/random/conceyezer.js"></script>
<h1>conceyezer</h1>
<h3>keep it concise!</h3>
<textarea class='harsh'></textarea>
<h3>please keep it concise</h3>
<textarea class='nicer'></textarea>

CSS

textarea{
			width:400px;
			height:150px;
			font-size: 1.5em;
		}

JavaScript

$('textarea.harsh').conceyezer(100);
$('textarea.nicer').conceyezer({
		chars : 100,
		minimumFontSize : '9px'
});