JSFiddle - React, Tailwind, and code Playground
by kevinPHPkevin
HTML
<div class="ToolKitStyle"></div>
CSS
.ToolKitStyle{
height: 300px;
width: 300px;
background-color: #2EC0FE;
-moz-border-radius: 34px;
-webkit-border-radius: 34px;
border-radius: 34px;
-moz-box-shadow:inset 0px 4px 9px rgba(0,0,0,1);
-webkit-box-shadow:inset 0px 4px 9px rgba(0,0,0,1);
box-shadow:inset 0px 4px 9px rgba(0,0,0,1);
background-image: -o-linear-gradient(90deg , rgb(0,4,5) 0%, rgb(246,107,255) 100%);
background-image: -moz-linear-gradient(90deg , rgb(0,4,5) 0%, rgb(246,107,255) 100%);
background-image: -webkit-linear-gradient(90deg , rgb(0,4,5) 0%, rgb(246,107,255) 100%);
background-image: -ms-linear-gradient(90deg , rgb(0,4,5) 0%, rgb(246,107,255) 100%);
background-image: linear-gradient(90deg , rgb(0,4,5) 0%, rgb(246,107,255) 100%);
}