JSFiddle - React, Tailwind, and code Playground

HTML

<div class="addAccountPanel"> </div>

CSS

.addAccountPanel
		{
			width:250px; 
			height:200px; 
			margin:auto; 
			background-color: rgba(0,0,0, .2); 
			position:relative; 
			box-shadow: 0px 0px 4px #004C7E;
		}