Utilities for controlling the color of insertion text.
export default {
theme: {
caretColor: {
primary: '#3490dc',
secondary: '#ffed4a',
danger: '#e3342f',
},
},
}
Utilities for controlling the opacity of an element's caret color.
export default {
theme: {
extend: {
caretOpacity: {
light: '0.1',
},
},
},
}