Insert text inside strong tags to display Click Me! on the button.
strong
Click Me!
Make sure to pick <button> followed by <strong> and then </strong>, </button>.
<button>
<strong>
</strong>
</button>