const accountId = context.accountId; myStyle = { backgroundColor: "#ffd", padding: "10px", }; return ( <div style={myStyle}> <h1>Hello, {accountId}!</h1> <p>Welcome to my Near Social.</p> </div> );