JSFiddle - React, Tailwind, and code Playground
by emturano
HTML
<body>
<div id="divone">
<p>word</p>
</div>
<div id="divtwo">
<p>word</p>
</div>
</body>
CSS
div#divone{
Float:left;
margin-left: 10%;
border: 2px outset white;
padding; 10px 10px 10px 10px;
font-family; Times New Roman;
}
div#divtwo{
float:left;
margin-left: .1%;
border: 2px outset white;
padding; 10px 10px 10px 10px;
font-family; Times New Roman;
}