JSFiddle - React, Tailwind, and code Playground

by Rahul Desai

HTML

<div id='test' class='menuInput' onClick='alert("Test");'><input type="text"></div>

CSS

body{
    background-color: yellow;
}

input,.menuInput{
    margin-top:10px;
    text-align:center;
    font-size:35px;
    margin:0px auto;
    font-family:FixedSys;
    padding-bottom:6px;
    height:35px;
    border:2px solid black;
    width:400px;
    background-color:transparent;
    color:white;
    margin-bottom:15px;
}