JSFiddle - React, Tailwind, and code Playground

by TheJoeFletch

HTML

<input />

JavaScript

$("input").autocomplete({
    minLength:0,
    source: ["one","two","three"]
    }).on("focus", function () { $(this).autocomplete("search"); });