I'm dealing with a situation where I have an h6 nested inside a div.
<div class="cylinder" data-v-5147e140="">
<div data-v-5147e140="">
<h6 class="quantite" data-v-5147e140="">27.61 T</h6>
</div>
<div class="water" data-v-5147e140=""></div>
</div>
The code snippet above results in this output:
However, the text on the left side of the div is somewhat unclear. Any suggestions on how to achieve a clearer text presentation similar to that on the right side?