JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-tooltip.js"></script>
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-transition.js"></script>
My <a href="#" title="This is a<br />test..." class="my_tooltip">Tooltip</a> test.

JavaScript

$('.my_tooltip').tooltip({placement: "bottom", html: true})