JSFiddle - React, Tailwind, and code Playground
HTML
<button onclick="document.execCommand('bold',false,null);">Bold</button>
<div style='border:1px solid black;width:50px;' onmousedown="event.preventDefault();" onclick="document.execCommand('bold',false,null);">Bold</div>
<div id='input' contenteditable='true'>
select some of this text and then hit one of the buttons above
</div>