Why when I use progress from Bulma CSS framework (https://bulma.io/documentation/elements/progress/)
and I put text between tags, I don't see any value.
<progress class="progress is-danger" value="90" max="100">90%</progress>
How add text on middle on progress in Bulma?
It's normal that you don't see the value
There is no built-in solution.
But according to show-a-progress-bars-value-number-like-55-on-the-bar-by-using-css the following is a solution
UPDATE
The solution above does not work on Firefox!
Here is an overall solution: