function MyComponent() { const markup = { __html: 'First · Second' } return <div dangerouslySetInnerHTML={ markup } />; }