JSFiddle - React, Tailwind, and code Playground

by Hugo Carneiro

HTML

<div id="app">
  <multiselect :options="options" :value="optionsProxy" @input="updateSelected" @search-change="searchQuery" :show-labels="true" :multiple="true" :searchable="true" :close-on-select="true" placeholder="Search" :custom-label="customLabel" track-by="name"
    :loading="showLoadingSpinner">
  </multiselect>
  </div>