
Jeff Jewiss
There’s pretty good browser support
for changing the caret color: the visible indicator for text input found on
<input>
, <textarea>
and other elements. You can read more about it on the
Mozilla developer site.
css
caret-color: red;
```