JSFiddle - React, Tailwind, and code Playground

by grafixguy76

HTML

<div style="color: #BBBBBB;">

<form id="form2" class="other" action="/" method="post" style="margin:1em 0;
		width:520px;">	
	<p class="first">	
			<h3><span>Request A Quote</span></h3>
		
			<fieldset><legend></legend>
				<table style="background-color: #f5f5f5;">
<tr style="vertical-align:top;padding-top: 15px;">
<td>
<label for="name" style="font-family: Arial, Helvetica, Sans-serif; font-weight: bold; text-transform: uppercase; color: #696969;">Name</label>
					<input type="text" name="name" id="name" required style="width:375px;
display:block;border: 1px solid #999;height: 25px;-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);"  required />
				</p>
<p>
					<label for="email" style="font-family: Arial, Helvetica, Sans-serif; font-weight: bold; text-transform: uppercase; color: #696969;">Company</label>
					<input type="text" name="company" id="company" style="width:375px; display:block;border: 1px solid #999;height: 25px;-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);" />
				</p>
<p>
					<label for="web" style="font-family: Arial, Helvetica, Sans-serif; font-weight: bold; text-transform: uppercase; color: #696969;">Phone Number</label>
					<input type="text" name="phone" id="phone" style="width:375px;
display:block;border: 1px solid #999;height: 25px;-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);" />
				</p>	
<p>
					<label for="web" style="font-family: Arial, Helvetica, Sans-serif; font-weight: bold; text-transform: uppercase; color: #696969;">Your Email (required)</label>
					<input type="text" name="email" id="email" style="width:375px;
display:block;border: 1px solid #999;height: 25px;-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0px 0px 8px...