Place the button displaying Add Emoji over the button displaying Send Message.

<html>
<body>
<button>Add Emoji</button>
<br>
<button>Send Message</button>
</body>
</html>]]>

The order is <body, <button>Add Emoji</button>, <br>, <button>Send Message</button>, then </body>.