&lt;!-- required files --&gt;
&lt;link href="../assets/plugins/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.min.css" rel="stylesheet" /&gt;
&lt;script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"&gt;&lt;/script&gt;
&lt;script src="../assets/plugins/bootstrap3-wysihtml5-bower/dist/bootstrap3-wysihtml5.all.min.js"&gt;&lt;/script&gt;

&lt;!-- html --&gt;
&lt;textarea class="textarea form-control" id="wysihtml5" placeholder="Enter text ..." rows="12"&gt;
&lt;/textarea&gt;

&lt;!-- script --&gt;
&lt;script&gt;
  $('#wysihtml5').wysihtml5();
&lt;/script&gt;