JSFiddle - React, Tailwind, and code Playground
HTML
<div id="editable" style=" border:solid 1px #D31444" contenteditable="true"
onfocus="document.execCommand('selectAll',false,null);">12 some text...</div>
<button onclick="document.getElementById('editable').focus();" >Click me</button>