JSFiddle - React, Tailwind, and code Playground
HTML
<link href="http://code.jquery.com/ui/jquery-ui-git.css" rel="stylesheet" />
<script src="http://code.jquery.com/jquery-git.js"></script>
<script src="http://code.jquery.com/ui/jquery-ui-git.js"></script>
<p><a href="http://bugs.jqueryui.com/ticket/9118">jQuery UI #9118</a>: Mouse auto-highlights option in Firefox. To recreate:</p>
<ol>
<li>Give the input focus.</li>
<li>Move mouse slightly below the input.</li>
<li>Type "jq" into the input.</li>
</ol>
<input>
JavaScript
$( "input" ).autocomplete({
source: [ "jQuery", "jQuery-ui" ]
});