JSFiddle - React, Tailwind, and code Playground
by Vinay Pratap Singh Bhadauria
HTML
<div id="Hex"></div>
CSS
#Hex
{
height: 100px;
width: 100px;
border: 30px solid #999;
}
by Vinay Pratap Singh Bhadauria
<div id="Hex"></div>
#Hex
{
height: 100px;
width: 100px;
border: 30px solid #999;
}