When it comes to my search bar, I want the user's entered keywords to be displayed within a bubble that has a delete option when they press space to add another keyword. This functionality is similar to what Pinterest does with their search bar, as demonstrated in the image below.
https://i.sstatic.net/hMwtw.png
While I can create bubbles around text using CSS, I am unsure of how to implement them inside the input box itself.