I want to use a font-awesome icon in the tooltip.
<i class="fa fa-info-circle text-success" title="<i class='fa fa-hourglass'></i>: Level-1.
<i class="fa fa-hourglass-half"> : Level-2.
<i class='fa fa-hourglass'></i> : Level-3."></i>
The code is incorrect but gives an idea of what I want to do. Any help is appreciated. Thanks in advance.