JSFiddle - React, Tailwind, and code Playground

by UI Designer

HTML

<script src="ckeditor.js"></script>
<h1 class="samples">#11544</h1>
<form action="sample_posteddata.php" method="post">
  <textarea cols="80" id="editor1" name="editor1" rows="10"></textarea>
</form>
<script>

</script>

JavaScript

CKEDITOR.replace('editor1', {
  fullPage: true,
  extraPlugins: 'placeholder'
});