Center your react component, the wrong way!
$ yarn add react-center-tag
import React from 'react';
import Center from 'react-center';
class MyComponent extends React.Component {
render() {
return (
<Center>{this.props.children}</Center>
)
}
}