JSFiddle - React, Tailwind, and code Playground

by John Wick

HTML

<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css">
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<div class="btn-group">
  <a class="btn dropdown-toggle btn-mini" data-toggle="dropdown" href="#">
    Action
    <span class="caret"></span>
  </a>
  <div class="dropdown-menu">
    <div>apple</div>
    <div>banana</div>

    <div >
  Long text goes here.Long text goes here.Long text goes here.Long text goes here.Long text goes here.Long text goes here.
    </div>
  </div>
</div>

CSS

.dropdown-menu{
    width: 300px;
    white-space: normal;
}