1 2 3 4 5
function render() { return ( <div style={{cursor: 'pointer'}} onClick={(ev) => { alert('hi') }}></div> ); }