JSFiddle - React, Tailwind, and code Playground
HTML
<!doctype html>
<body>
<select style="width: 200px"></select><br/>
<input style="width: 200px" type="text">
</body>
<html>
CSS
input {
background-color: #eee;
border: 0;
}
* {
padding: 0;
margin: 0;
}