iOS Swift - SwiftUI Layout
What will be the visible result of this SwiftUI code?
Text("Hello")
.background(Circle().fill(Color.red).frame(width: 100, height: 100))