Material UI doesn't use jQuery. And most React.js library try to stay away from jQuery as far as possible. Because jQuery mutates the DOM directly, and React assumes that it's the only one who mutates the DOM.
Also, material-ui isn't from Google. The Material Design specs is from Google. material-ui is a library that implements Material Design specs.