Trying to make an image a circle in Gutenberg

In your .css try to add the following :

.is-style-circle-mask img,
.is-style-rounded img {
-webkit-clip-path: circle(15.7% at 50% 50%);
 clip-path: circle(15.7% at 50% 50%);
}