JSFiddle - React, Tailwind, and code Playground

by Dachi Natsvlishvili

HTML

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<input
    type="text"
    class="form-control"
    id="test-case"
    value="text with background-color" />

CSS

input#test-case {
    margin:12px;
    width:300px;
}