Assemble a button that displays Retweet.

<html>
<body>
<h4>@rihanna</h4>
<p>HERE WE GOOOOO!!</p>
<button>Comment</button>
<button>Retweet</button>
</body>
</html>]]>

Make sure to pick <button>, followed by Retweet, and finally </button>.