JSFiddle - React, Tailwind, and code Playground
by lforms
HTML
<body>
<link href="https://lforms-service.nlm.nih.gov/autocomplete-lhc-versions/latest/autocomplete-lhc_jQueryUI.min.css" rel="stylesheet">
<input type="text" id="condition" placeholder="Condition">
<script src="https://lforms-service.nlm.nih.gov/autocomplete-lhc-versions/8.1.0/autocomplete-lhc_jQuery.min.js"></script>
</body>
JavaScript
new Def.Autocompleter.Search('condition',
'https://lforms-service.nlm.nih.gov/conditions', {
nonMatchSuggestions: false
});