If you use a modern browser, you can just use HTML5 like this:
<details>
<summary>See More</summary>
This text will be hidden if your browser supports it.
</details>
One can find more information about <details>
HTML element, including other examples, on MDN.