Background
Here is scenario - https://codepen.io/37816/pen/LYeNPEN
<form class="aui">
<div class="field-group">
<label for="comment-input">Comment</label>
<textarea class="textarea" ></textarea>
<a id="cssthis" href="#" fieldhelp="" data-helplink="local" style="">
<span class="aui-icon aui-icon-small aui-iconfont-question-circle"></span>
</a>
</div>
</form>
Request
EDIT: Answers so far do not give solution to the question that was asked. Is there a way to adjust id="cssthis" ONLY using inline styling to be able to center vertically to div class="field-group"?