Check out example codes for "how to add a photo using css beside a paragraph in html". It will help you in understanding the concepts better.
Code Example 1
<div id='container'>
<img src='someimage.jpg' style='float: left;'/>
<p>some text (that will now wrap around the image</p>
</div>
Learn ReactJs, React Native from akashmittal.com