JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<input class="age" title="CARO PRODUTOR <br/>O VALOR A REPORTAR NESTE PERÍODO DA DECLARAÇÃO, DEVERÁ SER EM <u>TONELADAS</u>" >
JavaScript
$(function() {
$( document ).tooltip({
content: function() {
return $(this).attr('title');
}
});
});