JSFiddle - React, Tailwind, and code Playground
by Anshuman Dwibhashi
HTML
<script src="https://rawgit.com/jeresig/jquery.hotkeys/master/jquery.hotkeys.js"></script>
<script src="https://rawgit.com/jeresig/jquery.hotkeys/master/jquery-1.4.2.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<div id="editor">
</div>
CSS
#editor {overflow:scroll; max-height:300px}
JavaScript
$('#editor').wysiwyg();