JSFiddle - React, Tailwind, and code Playground

by boushley

HTML

<div contenteditable="true">
<p>To Reproduce, start with the cursor at the end of this line (It can be hard to place it with position absolute;<br>
Then Type: [Enter] 1 [Enter] 2 [Enter] 3 [Enter] 4 [Up] [Up] [Backspace]</p>
</div>

CSS

p { position: fixed; left: 0; top 0; }
p:nth-child(2) { top: 40px;}
p:nth-child(3) { top: 60px;}
p:nth-child(4) { top: 80px;}
p:nth-child(5) { top: 100px;}
p:nth-child(6) { top: 120px;}