JSFiddle - React, Tailwind, and code Playground
by LittleLebowski
HTML
<div class="GDYV-UHCFJ-com-th-shared-library-widgets-captiontextbox-CaptionTextBoxCss-wrapper">
<div class="gwt-Label GDYV-UHCDJ-com-th-shared-library-widgets-captiontextbox-CaptionTextBoxCss-caption">Email Address:</div>
<input type="text" class="gwt-TextBox GDYV-UHCJJ-com-th-shared-library-widgets-fulltextbox-styles-FullTextBoxCss-inputBox" placeholder="Email">
<div class="gwt-Label" aria-hidden="true" style="display: none;"></div>
<div class="GDYV-UHCIJ-com-th-shared-library-widgets-fulltextbox-styles-FullTextBoxCss-helpText">Must be a valid email address</div>
</div>
CSS
//Your existing CSS .GDYV-UHCIJ-com-th-shared-library-widgets-fulltextbox-styles-FullTextBoxCss-helpText {
display : none;
}