JSFiddle - React, Tailwind, and code Playground

by mooyah

HTML

<script type="text/javascript" src="http://local.publisher.spotxchange.com/js/web_include/mootools?debug=true"></script>
<div >
    <input id="blah" type="text"></input>
    
</div>

JavaScript

debugger;
jQuery(document.id("blah")).autocomplete({source: ['hhhha']});