JSFiddle - React, Tailwind, and code Playground
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;
}
#test-case:first-line {
background-color: gold;
}