JSFiddle - React, Tailwind, and code Playground

by phoenix_suresh

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<div class="container">
    <div class="row">
        <div class="col-md-9">
            
            <input type="text" />
        </div>
        <div class="col-md-3">
            <ul>
                <li>test</li>
            </ul>
        </div>
    </div>
</div>