1 2 3 4 5 6 7 8 9
<!DOCTYPE html> <style> td::before { content: "Test"; display: inline-block; border: 3px solid black } </style> <table> <tr> <td style="width: 300px"></td> </tr> </table>