JSFiddle - React, Tailwind, and code Playground
by ibroom
HTML
<!DOCTYPE html>
<html>
<head><!-- Get TinyMCe Cloud -->
<script src="https://cloud.tinymce.com/dev/tinymce.min.js"></script>
<script>tinymce.init({
selector:'textarea',
theme: 'modern',
mobile: { theme: 'mobile' }
});</script>
</head>
<body>
<textarea>Now go get a free trial of our Premium Plugins!</textarea>
</body>
</html>