JSFiddle - React, Tailwind, and code Playground

by bertuz

HTML

<div class="row">
    <div class="span12">
        <div class="input-append">
          <input class="" id="appendedInputButtons" type="text">
          <button class="btn" type="button">Search</button>
          <button class="btn" type="button">Options</button>
        </div>
    </div>
    </div>

CSS

.span12{
    
    background-color: red;
}