JSFiddle - React, Tailwind, and code Playground
HTML
<div...
CSS
div {
width: 50%;
height: 400px;
float: left;
}
#style1 {
background: red;
}
#style2 {
background: blue;
}
<div...
div {
width: 50%;
height: 400px;
float: left;
}
#style1 {
background: red;
}
#style2 {
background: blue;
}