const withRedBorder = Component => (props) => ( );
const Button = props => Hello;
const RedButton = withRedBorder(Button);// and use it as: