The usual way is to use  the name attribute in the a tag. It is better to wrap the content element with a div instead of using the anchor. This is done to ensure semantics in the document. The a element does not have any meaning in the document. It is in fact a 'hidden' presentational element.

tt_content.stdWrap.dataWrap = <div id="c{field:uid}"> | </div>