JSFiddle - React, Tailwind, and code Playground

by swaroop206

HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<p>

dgdsghbdfxhjdgjdgfkj

</p>

JavaScript

$(document).ready(function(){
    $("p").click(function(){
      // document.execCommand( "backColor", true, "blue" );
      document.execCommand("bold");
    });
});