I am using react to create my form. I want to make an input tag in my form that can handle multiple inputs when I enter the first input and press enter, then it creates a little pill and it continues. That's exactly what Gmail does for handling multiple inputs as emails. Look at this: https://i.stack.imgur.com/jvH8o.jpg.
I am making the input field for taking keywords from the user and then I will store it in the form of a list.
Any help will be highly appreciated.