Input tags

Very simple way to input tags with Tagify.

                    
                    <div class="mb-6">
                      <label for="exampletags" class="inline-block mb-2">Tags</label>
                      <input type="text" name="tags" value="Tags1, Tags2" class="tagify w-full leading-5 relative text-sm py-2 px-4 rounded text-gray-800 bg-white border border-gray-300 overflow-x-auto focus:outline-none focus:border-gray-400 focus:ring-0 dark:text-gray-300 dark:bg-gray-700 dark:border-gray-700 dark:focus:border-gray-600" id="exampletags" minlength="2">
                    </div>
                    <div class="mb-6">
                      <label for="tagsselect" class="inline-block mb-2">Tags Select</label>
                      <input name="selectname" value="" class="tagify-select w-full leading-5 relative text-sm py-2 px-4 rounded text-gray-800 bg-white border border-gray-300 overflow-x-auto focus:outline-none focus:border-gray-400 focus:ring-0 dark:text-gray-300 dark:bg-gray-700 dark:border-gray-700 dark:focus:border-gray-600" id="tagsselect" minlength="2">
                    </div>  
                    
                  

Demo config available in src/js/demo.js function myTagify();

More information about tagify please read on here