JSFiddle - React, Tailwind, and code Playground
CSS
input {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+33,0039a6+34,0039a6+66,d52b1e+67,d52b1e+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 33%, #0039a6 34%, #0039a6 66%, #d52b1e 67%, #d52b1e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 33%,#0039a6 34%,#0039a6 66%,#d52b1e 67%,#d52b1e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 33%,#0039a6 34%,#0039a6 66%,#d52b1e 67%,#d52b1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d52b1e',GradientType=0 ); /* IE6-9 */
font-size: 50pt;
}