function foo() {
    return (
        <div
            id="app"
            className="foo" />
    );
}
