how do you get a pre-loader html code to work in reactjs App?

Below is the html code:

<div id="loader" class="show">
<div class="loader"></div>
</div>

It is pasted in the index.html default js component of a react app (web app) and the problem is that app just loads and loads, it never reveals the contents of the page.