Problem with html and div with id in row

I’m using dash in python
I want to have a html and right after that div with id like:

Some text: value

“Some text:” is a string but value should be from

htmlDiv([id="something"])

Please tell me that how can I do this?
I tried using Help with displaying two graphs in 1 row, 2 columns - #14 by bernice.liting
but it’s not something that I need
think of something like this in python code:

value = 5
print(f"some text: {value}")

Thank you in advance