JSFiddle - React, Tailwind, and code Playground

by Skooljester

HTML

<input type="submit" name="send" value="send"/>

CSS

*{                      margin:0;
                    padding:0;
                    text-decoration:none;
                    font-style:normal;  
                    list-style-type: none;}

body    {                   width:970px;
                    margin:0 auto;
                    font-family:arial;
                    background:#fdfdfd;}