JSFiddle - React, Tailwind, and code Playground

HTML

<div contenteditable="true">
  <p>The first paragraph</p>
  <p>The second paragraph</p>
</div>

CSS

div > p:focus { border: 1px solid red }