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