TextColumn List with URL on each item

Consider having a


'''
TextColumn::make('users')
->listWithLineBreaks()
->badge()
'''


How could I add a separate url to each badge?
Was this page helpful?