JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <div>
      <span class="note-user" contenteditable="false">Not editable area</span>
        <p contenteditable="true"></p>
    </div>
</div>