const input = ( <div> <h1>Hello World</h1> <input type="text"></input> <button>Submit</button> </div> ); return input;