JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://qtip2.com/v/nightly/jquery.qtip.css">
<script src="http://qtip2.com/v/nightly/jquery.qtip.js"></script>
<form class="myForm" method="post" action="action.php">
First <input type="text" name="first" class="required"/><br/>
Last <input type="text" name="last" /><br/>
Phone <input type="text" name="phone" class="required"/><br/>
<div title="Hello" class="something" style="border:1px solid red; height:150px; width:300px;"></div>
<input type="submit" />
</form>
JavaScript
$('.something').qtip();