JSFiddle - React, Tailwind, and code Playground
HTML
<input type = "text" class = "normal" name = "Name" size = "20" maxlength = "20" value="RAILWAY">
CSS
input.normal
{
text-transform:capitalize;
}
<input type = "text" class = "normal" name = "Name" size = "20" maxlength = "20" value="RAILWAY">
input.normal
{
text-transform:capitalize;
}