JSFiddle - React, Tailwind, and code Playground
by Sherbrow
HTML
<div><button class="btn">Some button</button> And some text</div>
<div class="tw-bs">tw-bs <button class="btn">Some button</button> And some text</div>
CSS
/* CSS from http://pastebin.com/vXgRNDSZ */
/*!
* Bootstrap v2.0.4
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.tw-bs article, .tw-bs aside, .tw-bs details, .tw-bs figcaption, .tw-bs figure, .tw-bs footer, .tw-bs header, .tw-bs hgroup, .tw-bs nav, .tw-bs section { display: block; } .tw-bs audio, .tw-bs canvas, .tw-bs video { display: inline-block; *display: inline; *zoom: 1; } .tw-bs audio:not([controls]) { display: none; } .tw-bs html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } .tw-bs a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .tw-bs a:hover, .tw-bs a:active { outline: 0; } .tw-bs sub, .tw-bs sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } .tw-bs sup { top: -0.5em; } .tw-bs sub { bottom: -0.25em; } .tw-bs img { max-width: 100%; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } .tw-bs #map_canvas img { max-width: none; } .tw-bs button, .tw-bs input, .tw-bs select, .tw-bs textarea { margin: 0; font-size: 100%; vertical-align: middle; } .tw-bs button, .tw-bs input { *overflow: visible; line-height: normal; } .tw-bs button::-moz-focus-inner, .tw-bs input::-moz-focus-inner { padding: 0; border: 0; } .tw-bs button, .tw-bs input[type="button"], .tw-bs input[type="reset"], .tw-bs input[type="submit"] { cursor: pointer; -webkit-appearance: button; } .tw-bs input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } .tw-bs input[type="search"]::-webkit-search-decoration, .tw-bs input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } .tw-bs textarea { overflow: auto; vertical-align: top; } .tw-bs .clearfix { *zoom: 1; } .tw-bs .clearfix:before, .tw-bs...