JSFiddle - React, Tailwind, and code Playground
by bendaggers
HTML
<div class="holdmetight">
<div class="prev"><a href="/">Joseph Hoàng Văn Tiem, S.D.B., was the Bishop of the Roman Catholic Diocese of Bùi Chu from </a></div>
<div class="next"><a href="/">
Brychon or Vrychonas (Ancient Greek: Βρύχων, Modern Greek: Βρύχωνας, English translation: "the roaring one") was the name of two different small rivers in Greece. One of them flows from Mount Pelion in Magnesia, Thessaly into the Pagasetic Gulf.
Black Atlantic is an original novel written by Simon Jowett and Peter J. Evans, and based on the long-running British science fiction comic strip Judge Dredd. Judge Dredd must find and destroy an illegal "bio-weapon" – a deadly creature created in a laboratory and designed to kill everyone it sees – which has been stolen and is being held somewhere on a massive city-ship full of mutants, in the highly toxic Atlantic Ocean.
Bleyen-Genschmar is a municipality in the district Märkisch-Oderland, in Brandenburg, Germany. Detailed data sources are to be found in the Wikimedia Commons. Media related to Bleyen-Genschmar at Wikimedia Commons The Sedgwick County Extension Arboretum is located in Sedgwick County, Kansas, USA at 7001 W.
The Arboretum currently contains 195 trees, representing 97 species adapted to south central Kansas. Each is marked with its name. Coordinates: 37°43′21″N 97°25′18″W / 37.72250°N 97.42167°W / 37.72250; -97.42167 Rare or Threatened Australian Plants, usually abbreviated to ROTAP, is a list of rare or threatened Australian plant taxa.
It was first compiled in 1979, and published in 1981, with revisions published in 1988 and 1996. In its early days it was the only nationally recognised list of threatened plants, although it had no legal status. When the Endangered Species Protection Act 1992 was proclaimed, the ROTAP list was used as a basis for the publication of schedules to the Act.</a></div>
</div>
CSS
.holdmetight {
display: table;
border: solid 1px #000;
border-top: solid 2px #000; padding:20px;
}
.holdmetight > div {
display: table-cell;
vertical-align: middle;
background: #aaa;
padding: 10px;
text-align: center;
width: 50%;
}
.prev {
border-right: solid 1px #000;
}