Model fields
Add a new field, with type Tags and toggle the Enum/Select option:
Tags
Enum/Select
Custom Component Inputs
You can do that by passing enum to your input type:
enum
{ name: 'category', type: 'Tags', enum: ['foo', 'bar'] }