caret-empty-input-ref.html (226B)
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 <input autofocus value=x>