JSFiddle - React, Tailwind, and code Playground
by Lalji Tadhani
HTML
<head>
<!-- <link rel="stylesheet" href="style3.css"/> -->
</head>
<body>
<div id="Box1">
<p style="text-align:center;margin-top: 15px; font-size:150%">1000 Women <BR>Woman over 40</p>
</div>
<div id ="Box2">
<p style="text-align:center;margin-top: 15px; font-size:150%">1000 Women <BR>Woman over 40</p>
</div>
<div id="Box3">
<p style="text-align:center;margin-top: 15px; font-size:150%">1000 Women <BR>Woman over 40</p>
</div>
CSS
#Box1{
margin-top:60px;
margin-left:850px;
height:80px;
width:200px;
border: 5px solid black;
display:inline-block;
}
#Box2{
margin-top:60px;
margin-left:1050px;
height:80px;
width:200px;
border: 5px solid black;
display:inline-block;
}
#Box3{
margin-top:60px;
margin-left:550px;
height:80px;
width:200px;
border: 5px solid black;
display:inline-block;
}