JSFiddle - React, Tailwind, and code Playground

HTML

<script src="//cdn.ckeditor.com/4.4.4/full/ckeditor.js"></script>
    <script src="//cdn.ckeditor.com/4.4.4/full/adapters/jquery.js"></script>

    <li class="active"><a data-target="#faq-tab4" data-toggle="tab" class="editable">Page 4<button class="close" title="Remove this tab" type="button">×</button></a></li>

    <script>
        
        CKEDITOR.dtd.$editable.a = 1;
        
        setTimeout(function(){
            $('.editable').not('[contenteditable]').ckeditor();
        }, 8000);
        
    </script>