It's important for the first p element to have a unique ID like id="tweet", to tell it apart from the other p element.
p
id="tweet"
Make sure to pick id, followed by =, and finally "tweet".
id
=
"tweet"