createElement - Siubaak/kurge GitHub Wiki
createElement('div', { style: { height: '100px' } }, 'test')
// compatible with React JSX, <div style="height: 100px;">test</div>
createElement('div', { style: { height: '100px' } }, 'test')
// compatible with React JSX, <div style="height: 100px;">test</div>