Today I have started learning ReactJS and after an hour faced with the problem.. I want to insert a component which has two rows inside a div on the page.A simplified exampl
You can use:
render(){ return ( Some data Som other data ) }
For further details refer to this documentation.