I have an input running in an HTML page. I'm using jQuery UI.I want the user to type some text in the input, and then once he will press Enter, the input will become empty and the text he had entered will appear bellow, with an X next to it. This will allow the user to enter many options, and then remove any of them by clicking on the respective X button. I'm attaching an illustration of what I want to achieve:

Is there a jQuery UI control that can help me achieve this? If not, how else would you do it?
Thanks!