JSFiddle - React, Tailwind, and code Playground

HTML

<div id="mess" style="height:40px;border:1px solid red" contenteditable="true"></div>
<input type="button" value="alert" onclick="alert(document.getElementById('mess').innerHTML);">