JSFiddle - React, Tailwind, and code Playground
HTML
<div id = "test"></div>
CSS
#test{
width: 200px;
height: 200px;
background: #888888;
border-radius: 100px;
}
<div id = "test"></div>
#test{
width: 200px;
height: 200px;
background: #888888;
border-radius: 100px;
}