JSFiddle - React, Tailwind, and code Playground

by maxiloc

HTML

<!-- at the end of the HEAD -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />

<input id="docsearch" />

<!-- at the end of the BODY -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
<script type="text/javascript"> docsearch({
  apiKey: '241bc8b5b61aff36dd7c85237f9167e5',
  indexName: 'polaris-shopify',
  inputSelector: '#docsearch',
  debug: false // Set debug to true if you want to inspect the dropdown
});
</script>