Plain text in Tabbar along with div content

See attached demo. I want “Reports” text (as a regular text outside of circle) on the first tab. Please advise how to do that.
Tabbar Demo.zip (1.34 MB)

Please, try to add float:left to your “badge”:
div.badge {

float:left;

and use:
{id: “a1”, text: “

5
Reports”, active: true},