JSFiddle - React, Tailwind, and code Playground
by Zevan
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Quirky</title>
<style>
#one{
padding : 10px;
border : 1px solid black;
width : 100px;
}
#two{
padding : 0px;
border : 1px solid black;
width : 100px;
}
#two{
}
</style>
</head>
<body>
<div id="one">Hello there</div>
<div id="two">Hello there</div>
</body>
</html>