var attributes = {id: 'hello', className: 'world'}
var div = <div {...attributes} />
