import { Tag } from 'antd'; ReactDOM.render( <> <Tag>Tag 1</Tag> <Tag closable onClose={closingFunc}> Prevent Default </Tag> </>, mountNode, );