Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<style>
td::first-letter {
border: inherit;
}
</style>
<table>
<tr>
<td style="border: 10px solid green">
This text should have a green border on the first letter.
</td>
</tr>
</table>