JSFiddle - React, Tailwind, and code Playground
by Vikas Arora
HTML
<input type="text" class="dcol" data-toggle="popover" data-content="Required Field with Numeric Input" style="background-color:#FFFF66" value="">
JavaScript
$('input').hover(function(){
alert("hello");
$(this).attr('disabled','disabled');
});