How do I make a custom taxomony appear like tags?

Pass this argument in register_taxonomy(),

'hierarchical' => false,
'_builtin'=>true,

or use following links

How to Add Tags to Custom Post Type?

Adding post tags to custom post types