``` test { attrs.foo = "bar" span { +"hello" ...
# react
f
Copy code
test {
  attrs.foo = "bar"

  span { +"hello" }
}
Here, the outer brackets and everything inside them is
handler