JSFiddle - React, Tailwind, and code Playground
HTML
<input title="This is a tooltips!">
JavaScript
$(document).ready(function(){
//$(document).tooltip().css("backgroundColor","red");
});
<input title="This is a tooltips!">
$(document).ready(function(){
//$(document).tooltip().css("backgroundColor","red");
});