JSFiddle - React, Tailwind, and code Playground

by michananya

HTML

<div>
Test
</div>

CSS

body{
  margin: 50px;
}

div {
  Background-color: #FDFAF0;
Border: 1px solid #F4E3B2;
padding: 10px;
border-radius: 3px;

}