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;
}
Click somewhere below:
<div contentEditable="true">
<div>Some text</div>
<div>Some text</div>
<div>Some text</div>
</div>
div:focus {
outline: solid green 2px;
}