Ok, that's doable, but you'll need to outline the CSS styling within the HTML you're building instead of styling a class and then referencing that class.
<div style='width: 500px;height: 500px;line-height: 500px;border-radius: 50%;
font-size: 50px;color: #fff;text-align: center;background: #000>Hello I am A Circle</div>
You'll want to play with the width/height/line-height (this creates a very large circle), but I've tested this and it works!
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 /
http://datablender.io/------------------------------