Colour one part of cell in Dash data table

Hi, I have a dash Data Table which has ‘\n’ separated content present in its individual cells. For eg: 3\n-0.1
I want to colour only the negative part of this text; ie -0.1 should be coloured red.

Is there a way to achieve it in Dash.
Regards