Cómo obtener el margen de elementos en React

parseFloat(getComputedStyle(element).getPropertyValue('margin'));
CollectiveMind