Examples of **incorrect** code for this rule: ```jsx <Hello foo="bar >Children </Hello> ``` Examples of **correct** code for this rule: ```jsx <Hello foo="bar > Children </Hello> ```
Examples of incorrect code for this rule:
Examples of correct code for this rule: