JSFiddle - React, Tailwind, and code Playground

by Frank Liu

HTML

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<div class="container"> 
  <!-- Row of columns -->
  <div class="row"><div class="col-md-12 col-sm-12 col-xs-12"><a href="#" class="btn btn-block btn-lg btn-danger" style="word-wrap:break-word;">Registration Failure. Please ask your IT manager to send you an Activation Email and try again.</a></div></div>
  <!-- END ROW -->
</div>

CSS

.btn{
white-space:normal !important;
    /*max-width:200px;*/
}