JSFiddle - React, Tailwind, and code Playground
CSS
.name{
height: 190px;
width: 780px;
margin-top: 10px;
margin-left: 10px;
/*background-color: red;*/
float: left;
}
.login{
height: 170px;
width: 370px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
float: right;
border: 10px solid #FE2E2E;
/*background-color: yellow;*/
border-top-left-radius: 40px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
}
.navigation {
height: 60px;
width: 1180px;
margin-top: 210px;
margin-left: 10px;
/*background-color: pink;*/
}
.contingut {
position: absolute;
margin-top: 300px;
/*height: 1000px;*/
width: 1200px;
color: white;
/*background-color: grey;*/
}