JSFiddle - React, Tailwind, and code Playground
by DohanKwon
HTML
<div class="box">
<h1>Lorem ipsum dolor amet</h1>
</div>
CSS
.box {
border: thick dashed black;
border-radius: 50px 40px 20px 10px;
}
by DohanKwon
<div class="box">
<h1>Lorem ipsum dolor amet</h1>
</div>
.box {
border: thick dashed black;
border-radius: 50px 40px 20px 10px;
}