### All emoji ```jsx ``` ### With skin color modifier ```jsx ``` ### With `sizeClass` provided ```jsx ``` ```jsx ``` ```jsx ``` ```jsx ``` ```jsx ``` ### Starting and ending with emoji ```jsx ``` ### With emoji in the middle ```jsx ``` ### No emoji ```jsx ``` ### Providing custom non-link render function ```jsx const renderNonEmoji = ({ text, key }) => ( This is my custom content ); ; ```