caret-empty-contenteditable-ref.html (239B)
1 <!doctype html> 2 <style> 3 div, input { 4 margin: 0; 5 padding: 0; 6 border: 0; 7 color: transparent; 8 background-color: transparent; 9 caret-color: black; 10 outline: none; 11 } 12 </style> 13 <div contenteditable autofocus>x</div>