JSFiddle - React, Tailwind, and code Playground

by Nilesh Injulkar

HTML

<html>
<body bgcolor='black' >
  <br><br><br><br>
  <div class='irmwhiteonblack'>
    &nbsp;&nbsp;&nbsp;name : 
    <input type='text' size='18' class='irmtextbox'>
  <div> 
  </body>
</html>

CSS

.irmwhiteonblack
{
  font-family : 'Lucida Casual', 'Comic Sans MS';
  font-size: 28px; 
  color:white
}
.irmtextbox
{
   height:30px;
   font-size:28px;
   color:white;
   background:black;
   font-family:'Lucida Casual', 'Comic Sans MS';
   padding-bottom:8px;
   padding-left:8px;
   border-top:black;
   border-right:black;
   border-bottom-width:4px;
   border-left-width:4px
}