**Acceptance Criteria:** * [ ] tag input boxes should sort suggestions by matching of characters from start to end * [ ] remaining items where the matching part does not start at the beginning are sorted alphabetically Example: ``` Input: be Current order: - Above & Beyond - Anjunabeats - Belle New order: - Belle - Above & Beyond - Anjunabeats ```