Check out example codes for "html add line break in string on screen size". It will help you in understanding the concepts better.
Code Example 1
<div class="container">
<div class="tab-content">
<div class="col-lg-5">
<div>
<h4>Commune : <span>CENON-SUR-VIENNE</span></h4>
</div>
</div>
</div>
</div>
<style>
h4 span{
display: inline-block;
}
</style>
Learn ReactJs, React Native from akashmittal.com