JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://test.famillenourrit.net/test/css/bootstrap.min.css">
<link rel="stylesheet" href="http://test.famillenourrit.net/test/css/bootstrap-theme.min.css">
<script src="http://test.famillenourrit.net/test/fonts/glyphicons-halflings-regular.eot"></script>
<script src="http://test.famillenourrit.net/test/fonts/glyphicons-halflings-regular.svg"></script>
<script src="http://test.famillenourrit.net/test/fonts/glyphicons-halflings-regular.ttf"></script>
<script src="http://test.famillenourrit.net/test/fonts/glyphicons-halflings-regular.woff"></script>
<script src="http://test.famillenourrit.net/test/js/bootstrap.min.js"></script>
<div class=" btn-group">
    <button type="button" class="btn btn-info">My name</button>
    <button type="button" class="btn btn-info">
        <span class="glyphicon glyphicon-pencil"></span>
    </button>
</div>