JSFiddle - React, Tailwind, and code Playground
HTML
<input/>
JavaScript
jQuery(document).ready(function () {
jQuery('input').click(function () {
alert(jQuery('input').css('outline-color'));
});
});
<input/>
jQuery(document).ready(function () {
jQuery('input').click(function () {
alert(jQuery('input').css('outline-color'));
});
});