Check out example codes for "html bottom right corner". It will help you in understanding the concepts better.
Code Example 1
<style>
.foo {
position: absolute;
bottom: 0;
right: 0;
}
</style>
Learn ReactJs, React Native from akashmittal.com