1 2 3 4 5 6 7 8 9
export function A() { return ( <div> <a href="#">foo</a> <p>hello</p> <img src="#" alt="" /> </div> ); }