JSFiddle - React, Tailwind, and code Playground
HTML
<div class="form-con">hello hello hello hello</div>
CSS
.form-con:first-child:first-letter {
text-transform: uppercase;
}
<div class="form-con">hello hello hello hello</div>
.form-con:first-child:first-letter {
text-transform: uppercase;
}