Unhandled Runtime Error Error: Hydration failed because the initial UI does not match what was rendered on the server
<div>
<p>
Gender : <span >{gender}</span>
</p>
<p>
Age : <span>{age} Yrs</span>
</p>
</div>
<div>
<p>
Question: <span>{question}</span>
</p>
</div>
</>
replace a paragraph tag inside div but is doesn't work for me