I have the following textarea:
How can I change the inner cursor color?
I know that the question is old and out of date. But the question remains unanswered. Let's fix it.
Сaret-color is probably what you were looking for.
textarea{
caret-color: red;
}
<textarea>
</textarea>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With