<p>Type 'error' inside an input box and tab/click out of the input to trigger the error.</p>
<p>Click back into an input showing an error to see the message.</p>
<p>Remove 'error' and tab/click out of the input to hide message.</p>
<div class='input-block'>
<input placeholder='Enter' class='answer' value='' />
<div class='error-block'>
<div class='error-text'>This is an error message.</div>
</div>
</div>
<div class='input-block'>
<input placeholder='Enter' class='answer' value='' />
<div class='error-block'>
<div class='error-text'>This is an error message.</div>
</div>
</div>