adding div after div

adding div after div

<div class = "inputText">Show details<input type = "text"/>

How to include the following div after   inputText(above) div?

<div class = "Texts">Show yaer<input type = "text"/>

We need to use class or Id for placing the div?
Is it possible?