React does not apply vendor prefixes automatically. You need to add vendor prefixes manually.
<divstyle={{transform: "rotate(90deg)",WebkitTransform: "rotate(90deg)", // note the capital 'W' heremsTransform: "rotate(90deg)", // 'ms' is the only lowercase vendor prefix}}/>