JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<span data-toggle="popover" data-trigger="hover" title="" data-content="test content <a href='' title='test add link'>link on content</a>" data-original-title="test title"><a href="http://xwiki.org">test link</a></span>
JavaScript
// popover demo
$("[data-toggle=popover]")
.popover({html:true})