JSFiddle - React, Tailwind, and code Playground
by AshThakur
HTML
<select
CSS
.resume{
display: flex;
align-items: center;
}
.bio-holder{
width: 50%;
}
.picture-holder{
width: 50%;
text-align: right;
}
by AshThakur
<select
.resume{
display: flex;
align-items: center;
}
.bio-holder{
width: 50%;
}
.picture-holder{
width: 50%;
text-align: right;
}