Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Tagify - Insert emoji at caret location when editing a tag">
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Tagify - Insert emoji at caret location when editing a tag</title>
  <meta name="author" content="Yair Even Or">
  <script src="https://unpkg.com/@yaireo/tagify"></script>
  <script src="https://unpkg.com/@yaireo/tagify@3.1.0/dist/tagify.polyfills.min.js"></script>
 <link href="https://unpkg.com/@yaireo/tagify/dist/tagify.css" rel="stylesheet" type="text/css" />
  <style>
    .tagify{ line-height:normal; }
  </style>
</head>
<body>
  
  <input value="xxx, yyy, zzz">
  
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
yairEOpro
0viewers