JSFiddle - React, Tailwind, and code Playground

by tomasr

HTML

<!DOCTYPE html>
<html>
<head>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
</head>
<body>
  
<form Id="uploadForm" action="/" method="post">       
    



 <fieldset style="width:20%">
    <legend>Enter your email</legend>
    <input id="Email" name="Email" placeholder="" type="text" value="" />
 </fieldset>
    
</form>
    
    
</body>
</html>

CSS

fieldset
{
    background-color: #555;    
}