JSFiddle - React, Tailwind, and code Playground
HTML
<div class="col-3 pt-4 input_hello_all">
<input type="text" class="form-control" placeholder="hello/all">
</div>
CSS
.input_hello_all input {
color: transparent !important;
}
<div class="col-3 pt-4 input_hello_all">
<input type="text" class="form-control" placeholder="hello/all">
</div>
.input_hello_all input {
color: transparent !important;
}