Caret Color

The caret-color property specifies the color of the cursor (caret) in inputs, textareas, or any element that is editable.
Class
Properties
caret-primary
caret-color: theme('color', 'primary')
caret-success
caret-color: theme('color', 'success')
caret-warning
caret-color: theme('color', 'warning')
caret-error
caret-color: theme('color', 'error')
utilities.scss API