JSFiddle - React, Tailwind, and code Playground
by ibasoglu
HTML
<div id="item1">
İçerik
</div>
CSS
div#item1{
border: 1px dashed #ccc;
background: #fff;
font-weight: bold;
}
by ibasoglu
<div id="item1">
İçerik
</div>
div#item1{
border: 1px dashed #ccc;
background: #fff;
font-weight: bold;
}