JSFiddle - React, Tailwind, and code Playground
by lalatino
HTML
<script src="http://jqueryte.com/jquery-te-1.0.5.min.js"></script>
<link rel="stylesheet" href="http://jqueryte.com/jquery-te.css">
<textarea name="text" id="editor"></textarea>
CSS
.jqte{
width:400px;
height:300px;
}
JavaScript
$(document).ready(function() {
$('#editor').jqte({
//b: false,
//i: false,
//u: false,
ol: false,
ul: false,
sub: false,
sup: false,
outdent: false,
indent: false,
strike: false,
remove: false,
rule: false
});
});