Bulma extension based on span[contenteditable] and styles of field and input.
Demo https://crabvk.github.io/bulma-tagsfield/
npm install bulma-tagsfieldimport Tagsfield from 'bulma-tagsfield'
document.querySelectorAll('.tagsfield').forEach(el => new Tagsfield(el))