CSS properties in React are not automatically added with their vendor prefixes.
For example, with:
You can use something like this:
https://github.com/cgarvis/react-vendor-prefix
to automatically vendor-prefix your style objects.