JSFiddle - React, Tailwind, and code Playground

HTML

Click somewhere below:
<div contentEditable="true">
  <div>Some text</div>
  <div>Some text</div>
  <div>Some text</div>
</div>

CSS

div:focus {
    outline: solid green 2px;
}