<div id="app"></div>
<script src="https://naoki-tomita.github.io/iegulti/components/tag-input/dist/index.js?3"></script>
const App = () => {
return (
<>
input tag:
<tag-input></tag-input>
</>
);
}
ReactDOM.render(<App />, document.getElementById('app'));
View Compiled
This Pen doesn't use any external CSS resources.