Learn how to create a filter list with JavaScript.
Read on how to do it in this link: https://www.w3schools.com/howto/howto_js_filter_lists.asp
Filter List
How to use JavaScript to search for items in a list.
Try it yourself here: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_filter_list
Tip: Remove toUpperCase() if you want to perform a case-sensitive search.
Tip: Also check out Filter Table.