JavaScript tags input
Simple keywords and tags editor.
<html>
<script src="https://jsuites.net/v4/jsuites.js"></script>
<link rel="stylesheet" href="https://jsuites.net/v4/jsuites.css" type="text/css" />
<i>Press enter, comma or tab for the next keyword.</i>
<div id="tags"></div>
<script>
jSuites.tags(document.getElementById('tags'), {
placeholder: 'Keywords',
});
</script>
</html>