### Description Inline attachment CTAs are currently not tab-able. This breaks keyboard a11y. A couple approaches to making it visible to the a11y dom tree: 1. Adding an empty `href` attribute. 2. Changing it to a button instead of an anchor element. <img width="736" alt="Screen Shot 2022-03-22 at 10 50 52 AM" src="https://user-images.githubusercontent.com/3860311/159522686-08c63cf7-0654-4612-9c21-1ab1ed0f93c1.png"> ### Reproduction Steps 1. Open a story with an attachment such as examples/amp-story/attachment.html on the dev server. 3. press tab to cycle through tab-able elements.